diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-04-07 21:19:21 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-04-07 21:19:21 +0200 |
commit | d6c558379abc27241c75b8c30fc8c94b82537d5e (patch) | |
tree | ed20d4042267c929897152856b007317840ff4f4 /fs/nfsd | |
parent | svcrpc: take advantage of tcp autotuning (diff) | |
parent | nfsd: fix auth_domain reference leak on nlm operations (diff) | |
download | linux-d6c558379abc27241c75b8c30fc8c94b82537d5e.tar.xz linux-d6c558379abc27241c75b8c30fc8c94b82537d5e.zip |
Merge branch 'for-2.6.39' into for-2.6.40
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/lockd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/lockd.c b/fs/nfsd/lockd.c index 0c6d81670137..7c831a2731fa 100644 --- a/fs/nfsd/lockd.c +++ b/fs/nfsd/lockd.c @@ -38,7 +38,6 @@ nlm_fopen(struct svc_rqst *rqstp, struct nfs_fh *f, struct file **filp) exp_readlock(); nfserr = nfsd_open(rqstp, &fh, S_IFREG, NFSD_MAY_LOCK, filp); fh_put(&fh); - rqstp->rq_client = NULL; exp_readunlock(); /* We return nlm error codes as nlm doesn't know * about nfsd, but nfsd does know about nlm.. |