linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfs_quota: fix built-in help for project setup
@ 2019-06-24 13:55 Eric Sandeen
  2019-06-24 14:45 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2019-06-24 13:55 UTC (permalink / raw)
  To: linux-xfs

-s is used to set up a new project, not -c.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/quota/project.c b/quota/project.c
index 7c22947..03ae10d 100644
--- a/quota/project.c
+++ b/quota/project.c
@@ -43,7 +43,7 @@ project_help(void)
 " and subdirectories below it (i.e. a tree) can be restricted to using a\n"
 " subset of the available space in the filesystem.\n"
 "\n"
-" A managed tree must be setup initially using the -c option with a project.\n"
+" A managed tree must be setup initially using the -s option with a project.\n"
 " The specified project name or identifier is matched to one or more trees\n"
 " defined in /etc/projects, and these trees are then recursively descended\n"
 " to mark the affected inodes as being part of that tree - which sets inode\n"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfs_quota: fix built-in help for project setup
  2019-06-24 13:55 [PATCH] xfs_quota: fix built-in help for project setup Eric Sandeen
@ 2019-06-24 14:45 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2019-06-24 14:45 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

On Mon, Jun 24, 2019 at 08:55:38AM -0500, Eric Sandeen wrote:
> -s is used to set up a new project, not -c.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
> 
> diff --git a/quota/project.c b/quota/project.c
> index 7c22947..03ae10d 100644
> --- a/quota/project.c
> +++ b/quota/project.c
> @@ -43,7 +43,7 @@ project_help(void)
>  " and subdirectories below it (i.e. a tree) can be restricted to using a\n"
>  " subset of the available space in the filesystem.\n"
>  "\n"
> -" A managed tree must be setup initially using the -c option with a project.\n"
> +" A managed tree must be setup initially using the -s option with a project.\n"
>  " The specified project name or identifier is matched to one or more trees\n"
>  " defined in /etc/projects, and these trees are then recursively descended\n"
>  " to mark the affected inodes as being part of that tree - which sets inode\n"
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-24 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24 13:55 [PATCH] xfs_quota: fix built-in help for project setup Eric Sandeen
2019-06-24 14:45 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).