NFS: Fix a bug in nfs_fscache_release_page()
commit5ba0facdbeb73ead6fe04d6bc5947e2fb4f29320
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 8 Feb 2010 14:32:27 +0000 (8 09:32 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Feb 2010 15:37:51 +0000 (23 07:37 -0800)
tree81878ee0446c8c121873a78147d2710449e39492
parent16e63ecd5d683fe18d91fcd1e6a7f63468f7d805
NFS: Fix a bug in nfs_fscache_release_page()

commit 2c1740098c708b465e87637b237feb2fd98f129a upstream.

Not having an fscache cookie is perfectly valid if the user didn't mount
with the fscache option.

This patch fixes http://bugzilla.kernel.org/show_bug.cgi?id=15234

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/fscache.c