Files
android_kernel_xiaomi_sm8450/net/sunrpc
NeilBrown 122a8cda6a SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred
current_cred() can only be changed by 'current', and
cred->group_info is never changed.  If a new group_info is
needed, a new 'cred' is created.

Consequently it is always safe to access
   current_cred()->group_info

without taking any further references.
So drop the refcounting and the incorrect rcu_dereference().

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2014-08-04 09:22:08 -04:00
..
2014-07-12 18:45:49 -04:00
2012-11-04 14:43:41 -05:00
2014-06-11 15:46:13 -07:00
2012-04-15 12:44:40 -04:00
2014-07-12 18:45:49 -04:00