From: Ankit Jain Date: Fri, 19 Jun 2009 18:28:07 +0000 (-0400) Subject: fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls X-Git-Tag: v2.6.31-rc1~13^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e63cbb1efca7dd3137de1bb475e2e068e38ef23;p=pandora-kernel.git fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls This patch adds ioctls to vfs for compatibility with legacy XFS pre-allocation ioctls (XFS_IOC_*RESVP*). The implementation effectively invokes sys_fallocate for the new ioctls. Also handles the compat_ioctl case. Note: These legacy ioctls are also implemented by OCFS2. [AV: folded fixes from hch] Signed-off-by: Ankit Jain Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed