diff options
Diffstat (limited to 'fs/nfsd/auth.c')
| -rw-r--r-- | fs/nfsd/auth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c index 72f44823adbb..9d46a0bdd9f9 100644 --- a/fs/nfsd/auth.c +++ b/fs/nfsd/auth.c @@ -28,7 +28,7 @@ int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp)  	validate_process_creds();  	/* discard any old override before preparing the new set */ -	revert_creds(get_cred(current->real_cred)); +	revert_creds(get_cred(current_real_cred()));  	new = prepare_creds();  	if (!new)  		return -ENOMEM;  |