diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index b5ea3f2afdcb..d25694e8cd62 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c | |||
@@ -1103,10 +1103,6 @@ xfs_ioctl_setattr( | |||
1103 | 1103 | ||
1104 | /* | 1104 | /* |
1105 | * Change file ownership. Must be the owner or privileged. | 1105 | * Change file ownership. Must be the owner or privileged. |
1106 | * If the system was configured with the "restricted_chown" | ||
1107 | * option, the owner is not permitted to give away the file, | ||
1108 | * and can change the group id only to a group of which he | ||
1109 | * or she is a member. | ||
1110 | */ | 1106 | */ |
1111 | if (mask & FSX_PROJID) { | 1107 | if (mask & FSX_PROJID) { |
1112 | /* | 1108 | /* |