From: Eric Sandeen Date: Fri, 12 Aug 2016 22:46:54 +0000 (-0500) Subject: common/quota: add prjquota to _qmount_option() filter X-Git-Tag: v2022.05.01~2392 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=478b9693c9f376c1ee256c30dace0e9dee91ad94;p=xfstests-dev.git common/quota: add prjquota to _qmount_option() filter _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 Reviewed-by: Bill O'Donnell Signed-off-by: Eryu Guan --- diff --git a/common/quota b/common/quota index 32777a91..d91062a7 100644 --- a/common/quota +++ b/common/quota @@ -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' \