diff mbox

ioctl_getfsmap.2: correct semantics of FMR_OF_LAST flag

Message ID 20170823195225.GF4794@magnolia (mailing list archive)
State New, archived
Headers show

Commit Message

Darrick J. Wong Aug. 23, 2017, 7:52 p.m. UTC
The FMR_OF_LAST flag is applied to the last record in the returned
dataset, which is not necessarily the last record in the filesystem.
Correct the documentation to reflect the actual behavior of both
getfsmap implementations.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 man2/ioctl_getfsmap.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Michael Kerrisk (man-pages) Aug. 23, 2017, 10:33 p.m. UTC | #1
On 08/23/2017 09:52 PM, Darrick J. Wong wrote:
> The FMR_OF_LAST flag is applied to the last record in the returned
> dataset, which is not necessarily the last record in the filesystem.
> Correct the documentation to reflect the actual behavior of both
> getfsmap implementations.

Thanks, Darrick. Applied.

Cheers,

Michael


> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
>  man2/ioctl_getfsmap.2 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/ioctl_getfsmap.2 b/man2/ioctl_getfsmap.2
> index 2a3cf06..047a624 100644
> --- a/man2/ioctl_getfsmap.2
> +++ b/man2/ioctl_getfsmap.2
> @@ -225,7 +225,7 @@ The
>  field contains a special value instead of an inode number.
>  .TP
>  .B FMR_OF_LAST
> -This is the last record in the filesystem.
> +This is the last record in the data set.
>  .RE
>  .PP
>  The
>
diff mbox

Patch

diff --git a/man2/ioctl_getfsmap.2 b/man2/ioctl_getfsmap.2
index 2a3cf06..047a624 100644
--- a/man2/ioctl_getfsmap.2
+++ b/man2/ioctl_getfsmap.2
@@ -225,7 +225,7 @@  The
 field contains a special value instead of an inode number.
 .TP
 .B FMR_OF_LAST
-This is the last record in the filesystem.
+This is the last record in the data set.
 .RE
 .PP
 The