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 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 | */ |
1089 | int | 1089 | static int |
1090 | xfs_ioctl_setattr_check_extsize( | 1090 | xfs_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 | ||
1132 | int | 1132 | static int |
1133 | xfs_ioctl_setattr_check_projid( | 1133 | xfs_ioctl_setattr_check_projid( |
1134 | struct xfs_inode *ip, | 1134 | struct xfs_inode *ip, |
1135 | struct fsxattr *fa) | 1135 | struct fsxattr *fa) |