aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_iops.h')
-rw-r--r--fs/xfs/xfs_iops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iops.h b/fs/xfs/xfs_iops.h
index a0f84abb0d09..0259a383721a 100644
--- a/fs/xfs/xfs_iops.h
+++ b/fs/xfs/xfs_iops.h
@@ -33,6 +33,7 @@ extern ssize_t xfs_vn_listxattr(struct dentry *, char *data, size_t size);
33extern void xfs_setattr_time(struct xfs_inode *ip, struct iattr *iattr); 33extern void xfs_setattr_time(struct xfs_inode *ip, struct iattr *iattr);
34extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, 34extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap,
35 int flags); 35 int flags);
36extern int xfs_setattr_size(struct xfs_inode *ip, struct iattr *vap); 36extern int xfs_vn_setattr_nonsize(struct dentry *dentry, struct iattr *vap);
37extern int xfs_vn_setattr_size(struct dentry *dentry, struct iattr *vap);
37 38
38#endif /* __XFS_IOPS_H__ */ 39#endif /* __XFS_IOPS_H__ */