Re: [md PATCH 0/4] Minor 'cred' improvements prepare for NFS conversion

2018-03-21 Thread Anna Schumaker
On 01/31/2018 12:15 AM, NeilBrown wrote: > Hi, > NFS and SUNRPC have an internal "rpc_cred" which plays two distinct > roles, one of which is much the same as 'struct cred' (which didn't > exist when rpc_cred was created). > I want to replace that usage of rpc_cred with 'struct cred'. > Doin

[md PATCH 0/4] Minor 'cred' improvements prepare for NFS conversion

2018-01-30 Thread NeilBrown
Hi, NFS and SUNRPC have an internal "rpc_cred" which plays two distinct roles, one of which is much the same as 'struct cred' (which didn't exist when rpc_cred was created). I want to replace that usage of rpc_cred with 'struct cred'. Doing so requires some minor improvements to cred.c and cre