* [PATCH] add prjquota to _qmount_option() filter
@ 2016-08-12 22:46 Eric Sandeen
2016-08-15 13:52 ` Bill O'Donnell
0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2016-08-12 22:46 UTC (permalink / raw)
To: fstests
_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>
---
diff --git a/common/quota b/common/quota
index 32777a9..d91062a 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' \
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] add prjquota to _qmount_option() filter
2016-08-12 22:46 [PATCH] add prjquota to _qmount_option() filter Eric Sandeen
@ 2016-08-15 13:52 ` Bill O'Donnell
0 siblings, 0 replies; 2+ messages in thread
From: Bill O'Donnell @ 2016-08-15 13:52 UTC (permalink / raw)
To: Eric Sandeen; +Cc: fstests
On Fri, Aug 12, 2016 at 05:46:54PM -0500, Eric Sandeen wrote:
> _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>
> ---
>
> diff --git a/common/quota b/common/quota
> index 32777a9..d91062a 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' \
>
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-15 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 22:46 [PATCH] add prjquota to _qmount_option() filter Eric Sandeen
2016-08-15 13:52 ` Bill O'Donnell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox