]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_vnodeops.h
Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-block
[~andy/linux] / fs / xfs / xfs_vnodeops.h
index f6702927eee4735846fb678ae3057e4119dc0224..3bcd23353d6cec71d9306a61a469695ccd78e7ca 100644 (file)
@@ -18,6 +18,7 @@ int xfs_setattr(struct xfs_inode *ip, struct iattr *vap, int flags);
 #define        XFS_ATTR_NONBLOCK       0x02    /* return EAGAIN if operation would block */
 #define XFS_ATTR_NOLOCK                0x04    /* Don't grab any conflicting locks */
 #define XFS_ATTR_NOACL         0x08    /* Don't call xfs_acl_chmod */
+#define XFS_ATTR_SYNC          0x10    /* synchronous operation required */
 
 int xfs_readlink(struct xfs_inode *ip, char *link);
 int xfs_release(struct xfs_inode *ip);