aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_ioctl.c')
-rw-r--r--fs/xfs/xfs_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c
index b88ab927debe..f7afb86c9148 100644
--- a/fs/xfs/xfs_ioctl.c
+++ b/fs/xfs/xfs_ioctl.c
@@ -1086,7 +1086,7 @@ out_cancel:
1086 * to half the AG size to avoid alignment extending the extent beyond the 1086 * to half the AG size to avoid alignment extending the extent beyond the
1087 * limits of the AG. 1087 * limits of the AG.
1088 */ 1088 */
1089int 1089static int
1090xfs_ioctl_setattr_check_extsize( 1090xfs_ioctl_setattr_check_extsize(
1091 struct xfs_inode *ip, 1091 struct xfs_inode *ip,
1092 struct fsxattr *fa) 1092 struct fsxattr *fa)
@@ -1129,7 +1129,7 @@ xfs_ioctl_setattr_check_extsize(
1129 return 0; 1129 return 0;
1130} 1130}
1131 1131
1132int 1132static int
1133xfs_ioctl_setattr_check_projid( 1133xfs_ioctl_setattr_check_projid(
1134 struct xfs_inode *ip, 1134 struct xfs_inode *ip,
1135 struct fsxattr *fa) 1135 struct fsxattr *fa)