]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 24 Feb 2015 00:19:13 +0000 (11:19 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 24 Feb 2015 00:19:13 +0000 (11:19 +1100)
Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
man/man8/xfs_io.8

index cf27b993abd3bdeed6ba00ec8fd9a38ab20ce71d..416206f1ec000ecb81fcf21f159a272b8fe97ca8 100644 (file)
@@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
 manual page to de-allocates blocks and eliminates the hole created in this process
 by shifting data blocks into the hole.
 .TP
+.BI finsert " offset length"
+Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
+.BR fallocate (2)
+manual page to create the hole by shifting data blocks.
+.TP
 .BI fpunch " offset length"
 Punches (de-allocates) blocks in the file by calling fallocate with 
 the FALLOC_FL_PUNCH_HOLE flag as described in the