From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 1/2] NFS: Fix a bug in nfs_fscache_release_page() Date: Tue, 09 Feb 2010 14:53:35 +0000 Message-ID: <26496.1265727215@redhat.com> References: <20100208145942.17581.83842.stgit@localhost.localdomain> <20100208145942.17581.81775.stgit@localhost.localdomain> Cc: dhowells@redhat.com, linux-nfs@vger.kernel.org, Suresh Jayaraman To: Trond Myklebust Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61995 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754267Ab0BIOxk (ORCPT ); Tue, 9 Feb 2010 09:53:40 -0500 In-Reply-To: <20100208145942.17581.83842.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: Trond Myklebust wrote: > 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 Acked-by: David Howells