[PATCH 01/16] nfsd4: remove a dprink from nfsd4_lock
J. Bruce Fields
bfields at fieldses.org
Fri Dec 1 14:40:21 EST 2006
From: J. Bruce Fields <bfields at fieldses.org>
This dprintk is printing the wrong error now, but it's probably an
unnecessary dprintk anyway; just remove it.
Signed-off-by: J. Bruce Fields <bfields at citi.umich.edu>
---
fs/nfsd/nfs4state.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 293b649..fc0634d 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2760,7 +2760,6 @@ nfsd4_lock(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_lock
conflock.fl_ops = NULL;
conflock.fl_lmops = NULL;
err = posix_lock_file_conf(filp, &file_lock, &conflock);
- dprintk("NFSD: nfsd4_lock: posix_lock_file_conf status %d\n",status);
switch (-err) {
case 0: /* success! */
update_stateid(&lock_stp->st_stateid);
More information about the NFSv4
mailing list