NFS: Fix buglet in fs/nfs/write.c
authorNeil Brown <neilb@suse.de>
Mon, 20 Mar 2006 18:44:04 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:04 +0000 (13:44 -0500)
commit1dd594b21b2d98e56f2b1fe92bb222276b28de41
treec11a062713429112f162dc986a1b4002b0da1c83
parentcd52ed35535ef443f08bf5cd3331d350272885b8
NFS: Fix buglet in fs/nfs/write.c

I've been reading through fs/nfs/write.c trying to track down a bug
that seems to be related to pages loosing a refcount and getting
freed too early (you interested in detail??) and I spotted a little
bug which the following patch should fix.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c