Skip to content

Commit

Permalink
common/quota: add prjquota to _qmount_option() filter
Browse files Browse the repository at this point in the history
_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>
  • Loading branch information
Eric Sandeen authored and Eryu Guan committed Aug 15, 2016
1 parent c760a54 commit 478b969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/quota
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 478b969

Please sign in to comment.