linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: Xiao Yang <yangx.jy@cn.fujitsu.com>, darrick.wong@oracle.com
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH] xfs_io: Document '-q' option for sendfile command
Date: Fri, 24 Jul 2020 11:24:54 -0700	[thread overview]
Message-ID: <0b425e96-ba93-d0ea-e526-d345dc0de8aa@sandeen.net> (raw)
In-Reply-To: <20200722051507.13322-1-yangx.jy@cn.fujitsu.com>

On 7/21/20 10:15 PM, Xiao Yang wrote:
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>

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

> ---
>  io/sendfile.c     | 3 ++-
>  man/man8/xfs_io.8 | 6 +++++-
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/io/sendfile.c b/io/sendfile.c
> index ff012c81..a003bb55 100644
> --- a/io/sendfile.c
> +++ b/io/sendfile.c
> @@ -25,6 +25,7 @@ sendfile_help(void)
>  " Copies data between one file descriptor and another.  Because this copying\n"
>  " is done within the kernel, sendfile does not need to transfer data to and\n"
>  " from user space.\n"
> +" -q -- quiet mode, do not write anything to standard output.\n"
>  " -f -- specifies an input file from which to source data to write\n"
>  " -i -- specifies an input file name from which to source data to write.\n"
>  " An offset and length in the source file can be optionally specified.\n"
> @@ -168,7 +169,7 @@ sendfile_init(void)
>  	sendfile_cmd.argmax = -1;
>  	sendfile_cmd.flags = CMD_NOMAP_OK | CMD_FOREIGN_OK;
>  	sendfile_cmd.args =
> -		_("-i infile | -f N [off len]");
> +		_("[-q] -i infile | -f N [off len]");
>  	sendfile_cmd.oneline =
>  		_("Transfer data directly between file descriptors");
>  	sendfile_cmd.help = sendfile_help;
> diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> index d3eb3e7e..caf3f15c 100644
> --- a/man/man8/xfs_io.8
> +++ b/man/man8/xfs_io.8
> @@ -541,13 +541,17 @@ manual page to allocate and zero blocks within the range.
>  Truncates the current file at the given offset using
>  .BR ftruncate (2).
>  .TP
> -.BI "sendfile \-i " srcfile " | \-f " N " [ " "offset length " ]
> +.BI "sendfile [ \-q ] \-i " srcfile " | \-f " N " [ " "offset length " ]
>  On platforms which support it, allows a direct in-kernel copy between
>  two file descriptors. The current open file is the target, the source
>  must be specified as another open file
>  .RB ( \-f )
>  or by path
>  .RB ( \-i ).
> +.RS 1.0i
> +.B \-q
> +quiet mode, do not write anything to standard output.
> +.RE
>  .TP
>  .BI "readdir [ -v ] [ -o " offset " ] [ -l " length " ] "
>  Read a range of directory entries from a given offset of a directory.
> 

      reply	other threads:[~2020-07-24 18:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22  5:15 [PATCH] xfs_io: Document '-q' option for sendfile command Xiao Yang
2020-07-24 18:24 ` Eric Sandeen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0b425e96-ba93-d0ea-e526-d345dc0de8aa@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=yangx.jy@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).