From 6f4b1d4b180f46dd2ae0e308b9e1354222272b80 Mon Sep 17 00:00:00 2001
From: Neil Brown <neilb@cse.unsw.edu.au>
Date: Thu, 4 Apr 2002 23:11:45 -0800
Subject: [PATCH] [PATCH] PATCH 4a or 4 : knfs : typo...

typo in that last patch, sorry.
---
 fs/nfsd/nfsfh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c
index 3e43875de60f..6a3f490edcbe 100644
--- a/fs/nfsd/nfsfh.c
+++ b/fs/nfsd/nfsfh.c
@@ -547,7 +547,7 @@ fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access)
 	dprintk("nfsd: fh_verify(%s)\n", SVCFH_fmt(fhp));
 
 	/* keep this filehandle for possible reference  when encoding attributes */
-	rqstp->rq_reffh = fhp;
+	rqstp->rq_reffh = fh;
 
 	if (!fhp->fh_dentry) {
 		kdev_t xdev = NODEV;
-- 
2.30.9