[PATCH 001 of 18] knfsd: nfsd4: remove a dprink from nfsd4_lock

From: NeilBrown
Date: Thu Dec 07 2006 - 20:13:48 EST



From: J.Bruce Fields <bfields@xxxxxxxxxxxx>

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@xxxxxxxxxxxxxx>
Signed-off-by: Neil Brown <neilb@xxxxxxx>

### Diffstat output
./fs/nfsd/nfs4state.c | 1 -
1 file changed, 1 deletion(-)

diff .prev/fs/nfsd/nfs4state.c ./fs/nfsd/nfs4state.c
--- .prev/fs/nfsd/nfs4state.c 2006-12-08 12:07:29.000000000 +1100
+++ ./fs/nfsd/nfs4state.c 2006-12-08 12:07:57.000000000 +1100
@@ -2760,7 +2760,6 @@ nfsd4_lock(struct svc_rqst *rqstp, struc
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/