diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-03 14:01:31 -0700 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-06 19:02:52 -0700 |
commit | 7dc05881b64792e0ea41293e9595cc962a716225 (patch) | |
tree | a54ad7a79474118c4a202a106b42c4d8b1e3bbe4 /init | |
parent | c9235f4872e810d43bf1b19b92cdbe0ec282bada (diff) | |
download | op-kernel-dev-7dc05881b64792e0ea41293e9595cc962a716225.zip op-kernel-dev-7dc05881b64792e0ea41293e9595cc962a716225.tar.gz |
userns: Convert debugfs to use kuid/kgid where appropriate.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index fdabc51..071dbb4 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -964,7 +964,6 @@ config UIDGID_CONVERTED depends on CODA_FS = n depends on CONFIGFS_FS = n depends on CRAMFS = n - depends on DEBUG_FS = n depends on ECRYPT_FS = n depends on EFS_FS = n depends on EXOFS_FS = n |