From: Eric W. Biederman Date: Wed, 3 Apr 2013 17:28:16 +0000 (+0000) Subject: scm: Stop passing struct cred X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b0ee8c036ecb3ac92e18e6ca0dca7bff88beaf0;p=pandora-kernel.git scm: Stop passing struct cred Now that uids and gids are completely encapsulated in kuid_t and kgid_t we no longer need to pass struct cred which allowed us to test both the uid and the user namespace for equality. Passing struct cred potentially allows us to pass the entire group list as BSD does but I don't believe the cost of cache line misses justifies retaining code for a future potential application. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- Reading git-diff-tree failed