[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060821125027.1437.95895.stgit@warthog.cambridge.redhat.com>
Date: Mon, 21 Aug 2006 13:50:27 +0100
From: David Howells <dhowells@...hat.com>
To: akpm@...l.org, trond.myklebust@....uio.no,
michal.k.k.piotrowski@...il.com, maciej.rutecki@...il.com,
bunk@...sta.de
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
dhowells@...hat.com
Subject: [PATCH 3/4] NFS: Fix up filesystem caching patch
Fix up the NFS filesystem caching patch for when caching is disabled.
Signed-Off-By: David Howells <dhowells@...hat.com>
---
fs/nfs/fscache.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/fscache.h b/fs/nfs/fscache.h
index 48a993a..8899f16 100644
--- a/fs/nfs/fscache.h
+++ b/fs/nfs/fscache.h
@@ -446,7 +446,10 @@ static inline void nfs_fscache_zap_fh_co
static inline void nfs_fscache_renew_fh_cookie(struct nfs_server *server, struct nfs_inode *nfsi) {}
static inline void nfs_fscache_disable_fh_cookie(struct inode *inode) {}
static inline void nfs_fscache_install_vm_ops(struct inode *inode, struct vm_area_struct *vma) {}
-static inline void nfs_fscache_release_page(struct page *page) {}
+static inline int nfs_fscache_release_page(struct page *page)
+{
+ return 1; /* True: may release page */
+}
static inline void nfs_fscache_invalidate_page(struct page *page,
struct inode *inode,
unsigned long offset)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists