From 15de254c81596eccb8470498969e219a01a046fd Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 28 Mar 2012 07:36:01 -0400 Subject: [PATCH] --- yaml --- r: 297474 b: refs/heads/master c: 21f72c9f0a6774d104fb655bda6099c378518945 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4recover.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d456d3ed5318..cdb985d73085 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3af706135bcc06b1519ba50beaf1b47d32d0fc26 +refs/heads/master: 21f72c9f0a6774d104fb655bda6099c378518945 diff --git a/trunk/fs/nfsd/nfs4recover.c b/trunk/fs/nfsd/nfs4recover.c index 21b53d57432c..eaaf9482c7f5 100644 --- a/trunk/fs/nfsd/nfs4recover.c +++ b/trunk/fs/nfsd/nfs4recover.c @@ -602,8 +602,7 @@ cld_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) /* couldn't find upcall? */ if (!cup) { - dprintk("%s: couldn't find upcall -- xid=%u\n", __func__, - cup->cu_msg.cm_xid); + dprintk("%s: couldn't find upcall -- xid=%u\n", __func__, xid); return -EINVAL; }