[Ocfs2-devel] [PATCH v2] fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls

Christoph Hellwig hch at infradead.org
Fri Dec 19 01:00:12 PST 2008


On Fri, Dec 19, 2008 at 03:37:44PM +1100, Dave Chinner wrote:
> XFS_IOC_RESVSP supports invisible I/O, and that means
> XFS_IOC_RESVSP needs to be passed through to vfs_ioctl()
> to vector to XFS to handle.

When the current XFS git tree gets merged to mainline before this
patch.  invisible I/O handling is now FMODE_NOCMTIME in file->f_flags
which this patch will pass through to the filesystem.  We just need
to chage xfs_vn_fallocate ot honour it.




More information about the Ocfs2-devel mailing list