]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: clarify -c in bmap documentation
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 22 Jun 2018 19:15:42 +0000 (14:15 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 22 Jun 2018 19:15:42 +0000 (14:15 -0500)
commitc9a048f25840b40f350bb55d6bbbf3bf8daa60e9
tree179b6d9760470408793bd26a6a810008eea6d4ab
parent27915b872b3bc7f5034d5f3457babfcae0bfa79c
xfs_io: clarify -c in bmap documentation

The bmap -c parameter displays the cow fork information for a file if
the kernel was built with CONFIG_XFS_DEBUG=y.  Since xfs_bmap doesn't
support it and it doesn't work generally, remove it from the manpages.
However, xfstests relies on the -c command to be documented in the help
screen so leave it there with a warning about its use.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
io/bmap.c
man/man8/xfs_io.8