diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-16 08:45:30 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-18 04:01:42 -0400 |
commit | 1a06d420ce9d60b98f5bdf5fd6e4200abfbd3c35 (patch) | |
tree | 8e574d87e556f9079caad0eb06299d8b518a97e6 /init | |
parent | 7b9c7321ca6b13d2baeb82b3c9c9f78e9885bcf5 (diff) |
userns: Convert quota
Now that the type changes are done, here is the final set of
changes to make the quota code work when user namespaces are enabled.
Small cleanups and fixes to make the code build when user namespaces
are enabled.
Cc: Jan Kara <jack@suse.cz>
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 9c8aa8c49443..296d48b26034 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -927,7 +927,6 @@ config UIDGID_CONVERTED | |||
927 | # Features | 927 | # Features |
928 | depends on IMA = n | 928 | depends on IMA = n |
929 | depends on EVM = n | 929 | depends on EVM = n |
930 | depends on QUOTA = n | ||
931 | 930 | ||
932 | # Networking | 931 | # Networking |
933 | depends on NET_9P = n | 932 | depends on NET_9P = n |