]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: add mremap command
authorEric Sandeen <sandeen@redhat.com>
Mon, 15 Sep 2014 23:23:41 +0000 (09:23 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 15 Sep 2014 23:23:41 +0000 (09:23 +1000)
commit4f20f6a3a96a6f363190c14e6dd8c1de8d3702f9
tree4a1dcd2e5b9e57d38151edda05ebdf4b39e70a8a
parent50aeb09de6b7263912f68e061e8fdbe417592e3d
xfs_io: add mremap command

This adds a simple mremap command to xfs_io.

It does not take a start address; it uses the existing start
address, so the sized passed will be the new total size of the
mapping.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
io/mmap.c
man/man8/xfs_io.8