From 1a23a0524837f416d3b54c0700d82eaa48dc1c65 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Thu, 30 Oct 2008 18:30:09 +1100 Subject: [PATCH] --- yaml --- r: 124871 b: refs/heads/master c: f3f0d7b026ae34d6ed5ae67cd4dd5909f9cd70a5 h: refs/heads/master i: 124869: 66bbf1ec7b8b69618d84e9eaf448232800bac1ad 124867: b99d2104ea26043aba803508addb36c0e8acca77 124863: 110aab591a9dfaa5196198afceee0ca0de630370 v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/xfs.txt | 4 ---- trunk/kernel/sysctl_check.c | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 6db113c5ec18..5cdf50930463 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea5a3dc8356bf1cf27bab9a5a0da5dfbbb82013d +refs/heads/master: f3f0d7b026ae34d6ed5ae67cd4dd5909f9cd70a5 diff --git a/trunk/Documentation/filesystems/xfs.txt b/trunk/Documentation/filesystems/xfs.txt index 0a1668ba2600..9878f50d6ed6 100644 --- a/trunk/Documentation/filesystems/xfs.txt +++ b/trunk/Documentation/filesystems/xfs.txt @@ -229,10 +229,6 @@ The following sysctls are available for the XFS filesystem: ISGID bit is cleared if the irix_sgid_inherit compatibility sysctl is set. - fs.xfs.restrict_chown (Min: 0 Default: 1 Max: 1) - Controls whether unprivileged users can use chown to "give away" - a file to another user. - fs.xfs.inherit_sync (Min: 0 Default: 1 Max: 1) Setting this to "1" will cause the "sync" flag set by the xfs_io(8) chattr command on a directory to be diff --git a/trunk/kernel/sysctl_check.c b/trunk/kernel/sysctl_check.c index c35da23ab8fb..fafeb48f27c0 100644 --- a/trunk/kernel/sysctl_check.c +++ b/trunk/kernel/sysctl_check.c @@ -730,7 +730,6 @@ static const struct trans_ctl_table trans_fs_quota_table[] = { }; static const struct trans_ctl_table trans_fs_xfs_table[] = { - { XFS_RESTRICT_CHOWN, "restrict_chown" }, { XFS_SGID_INHERIT, "irix_sgid_inherit" }, { XFS_SYMLINK_MODE, "irix_symlink_mode" }, { XFS_PANIC_MASK, "panic_mask" },