linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ioctl_getfsmap.2: correct semantics of FMR_OF_LAST flag
@ 2017-08-23 19:52 Darrick J. Wong
  2017-08-23 22:33 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2017-08-23 19:52 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages)
  Cc: linux-api-u79uwXL29TY76Z2rM5mHXA, linux-man-u79uwXL29TY76Z2rM5mHXA, xfs

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-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
---
 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

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

end of thread, other threads:[~2017-08-23 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23 19:52 [PATCH] ioctl_getfsmap.2: correct semantics of FMR_OF_LAST flag Darrick J. Wong
2017-08-23 22:33 ` Michael Kerrisk (man-pages)

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).