]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: add documentation on fallocate hole punching
authorJosef Bacik <josef@redhat.com>
Wed, 5 Jan 2011 20:00:07 +0000 (15:00 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 13 Jan 2011 01:19:03 +0000 (20:19 -0500)
commit924241575a85249b9d410e38f5b2fcad9035e45c
treeb38b0d9998a147e2b5000d2edc5181b8b28f8cff
parent9ecf639a9686c9c7e3fd2cd72817ca490c658e6f
fs: add documentation on fallocate hole punching

This patch simply adds documentation on how to handle the hole punching mode of
fallocate for any filesystem wishing to use it.

Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/porting