xfs: remove unused transaction callback variables
[deliverable/linux.git] / fs / xfs / xfs_iops.h
index ef41c92ce66e9e8159a2c3b1319774e589877ce6..d2c5057b5cc4b4b701d05478e045cbf02a3ed408 100644 (file)
@@ -27,4 +27,13 @@ extern ssize_t xfs_vn_listxattr(struct dentry *, char *data, size_t size);
 
 extern void xfs_setup_inode(struct xfs_inode *);
 
+/*
+ * Internal setattr interfaces.
+ */
+#define XFS_ATTR_NOACL         0x01    /* Don't call xfs_acl_chmod */
+
+extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap,
+                              int flags);
+extern int xfs_setattr_size(struct xfs_inode *ip, struct iattr *vap);
+
 #endif /* __XFS_IOPS_H__ */
This page took 0.023675 seconds and 5 git commands to generate.