From: Namjae Jeon Date: Tue, 24 Feb 2015 00:19:13 +0000 (+1100) Subject: xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE X-Git-Tag: v3.2.3-rc1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c6afe94262439357b79c2aacccbe09cecef9fd1;p=thirdparty%2Fxfsprogs-dev.git xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE Update xfs_io manpage for FALLOC_FL_INSERT_RANGE. Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index cf27b993a..416206f1e 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -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