commit | 7b44ab978b77a91b327058a0f4db7e6fcdb90b92 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Nov 16 23:20:58 2011 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Sat Apr 07 17:11:46 2012 -0700 |
tree | 632c872f0b88d001f1bddce2c0aacd77bf062454 | |
parent | 5673a94c14574d7c6495c320c6b0e480673d54bd [diff] |
userns: Disassociate user_struct from the user_namespace. Modify alloc_uid to take a kuid and make the user hash table global. Stop holding a reference to the user namespace in struct user_struct. This simplifies the code and makes the per user accounting not care about which user namespace a uid happens to appear in. Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>