[XFS] Implement fallocate.
authorDavid Chinner <dgc@sgi.com>
Fri, 23 Nov 2007 05:29:25 +0000 (16:29 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 07:16:17 +0000 (18:16 +1100)
commit3ed6526441053d79b85d206b14d75125e6f51cc2
tree338c4d47130cd5c2e35852309da273edf9d21146
parent5d51eff4538bdfeb9b7a2ec030ee3b0980b067d2
[XFS] Implement fallocate.

Implement the new generic callout for file preallocation. Atomically
change the file size if requested.

SGI-PV: 972756
SGI-Modid: xfs-linux-melb:xfs-kern:30009a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c