commit | c25d246715b87ad37e69e7abd1a0fed781423fa2 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Nov 17 20:46:16 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jan 12 20:16:43 2011 -0500 |
tree | 18c13bcaa9e125a362d7d0ff24787d859d8d9b64 | |
parent | 79124f18b335172e1916075c633745e12dae1dac [diff] |
XFS: handle hole punching via fallocate properly This patch simply allows XFS to handle the hole punching flag in fallocate properly. I've tested this with a little program that does a bunch of random hole punching with FL_KEEP_SIZE and without it to make sure it does the right thing. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>