Skip to content

Commit b0463b9

Browse files
gscuidchinner
authored andcommitted
xfs: remove xfs_setattr_time() declaration
xfs_setattr_time() has been removed since commit e014f37 ("xfs: use setattr_copy to set vfs inode attributes"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: Carlos Maiolino <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
1 parent abda527 commit b0463b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/xfs/xfs_iops.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ extern const struct file_operations xfs_dir_file_operations;
1313

1414
extern ssize_t xfs_vn_listxattr(struct dentry *, char *data, size_t size);
1515

16-
extern void xfs_setattr_time(struct xfs_inode *ip, struct iattr *iattr);
1716
int xfs_vn_setattr_size(struct user_namespace *mnt_userns,
1817
struct dentry *dentry, struct iattr *vap);
1918

0 commit comments

Comments
 (0)