]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/quota: add prjquota to _qmount_option() filter
authorEric Sandeen <sandeen@redhat.com>
Fri, 12 Aug 2016 22:46:54 +0000 (17:46 -0500)
committerEryu Guan <eguan@redhat.com>
Mon, 15 Aug 2016 13:56:53 +0000 (21:56 +0800)
_qmount_option() did not properly filter the
"prjquota" mount option along with the "pquota"
variant, as it does for the other types.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/quota

index 32777a91d7dbec5e14a3d8a9d844a4798bb28949..d91062a7de80dec2cb753d7f79116defc22ebd93 100644 (file)
@@ -190,6 +190,7 @@ _qmount_option()
                -e 's/gquota/QUOTA/g'      \
                -e 's/grpquota/QUOTA/g'    \
                -e 's/pquota/QUOTA/g'      \
+               -e 's/prjquota/QUOTA/g'      \
                -e 's/quota/QUOTA/g'       \
                -e 's/uqnoenforce/QUOTA/g' \
                -e 's/gqnoenforce/QUOTA/g' \