From: J.Bruce Fields <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Signed-off-by: Neil Brown <[EMAIL PROTECTED]> ### 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/