]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: provide long-format help for falloc
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 22:14:33 +0000 (15:14 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 26 Oct 2016 19:43:53 +0000 (12:43 -0700)
commit0c2ed80a3590e30a2eebfa89f4d43080bf850abe
treea194376e998ce20abeb2735499843d4d24785af3
parente00481b11b159e25fd63cf4fc6a24377f04ddca8
xfs_io: provide long-format help for falloc

Provide long-format help for falloc so that users can learn about
the command.

Note for xfstest writers: If you need to check that a particular
fallocate mode works (-c/-i/-p/-u) on a given filesystem, you should
call _require_xfs_io_command with the falloc subcommand directly, (i.e.
_require_xfs_io_command funshare) because the subcommands are
special-cased to actually try the command.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
io/prealloc.c