diff options
Diffstat (limited to 'fs/xfs/xfs_ioctl.c')
-rw-r--r-- | fs/xfs/xfs_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c index 0f6b6abb7c7a..f1dc90be508c 100644 --- a/fs/xfs/xfs_ioctl.c +++ b/fs/xfs/xfs_ioctl.c | |||
@@ -1112,7 +1112,7 @@ out_cancel: | |||
1112 | * to half the AG size to avoid alignment extending the extent beyond the | 1112 | * to half the AG size to avoid alignment extending the extent beyond the |
1113 | * limits of the AG. | 1113 | * limits of the AG. |
1114 | */ | 1114 | */ |
1115 | int | 1115 | static int |
1116 | xfs_ioctl_setattr_check_extsize( | 1116 | xfs_ioctl_setattr_check_extsize( |
1117 | struct xfs_inode *ip, | 1117 | struct xfs_inode *ip, |
1118 | struct fsxattr *fa) | 1118 | struct fsxattr *fa) |
@@ -1155,7 +1155,7 @@ xfs_ioctl_setattr_check_extsize( | |||
1155 | return 0; | 1155 | return 0; |
1156 | } | 1156 | } |
1157 | 1157 | ||
1158 | int | 1158 | static int |
1159 | xfs_ioctl_setattr_check_projid( | 1159 | xfs_ioctl_setattr_check_projid( |
1160 | struct xfs_inode *ip, | 1160 | struct xfs_inode *ip, |
1161 | struct fsxattr *fa) | 1161 | struct fsxattr *fa) |