diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-16 05:45:30 -0700 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-18 01:01:42 -0700 |
commit | 1a06d420ce9d60b98f5bdf5fd6e4200abfbd3c35 (patch) | |
tree | 8e574d87e556f9079caad0eb06299d8b518a97e6 /init | |
parent | 7b9c7321ca6b13d2baeb82b3c9c9f78e9885bcf5 (diff) | |
download | op-kernel-dev-1a06d420ce9d60b98f5bdf5fd6e4200abfbd3c35.zip op-kernel-dev-1a06d420ce9d60b98f5bdf5fd6e4200abfbd3c35.tar.gz |
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 9c8aa8c..296d48b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -927,7 +927,6 @@ config UIDGID_CONVERTED # Features depends on IMA = n depends on EVM = n - depends on QUOTA = n # Networking depends on NET_9P = n |