[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1356079861-2503-1-git-send-email-vgupta@synopsys.com>
Date: Fri, 21 Dec 2012 14:21:01 +0530
From: Vineet Gupta <Vineet.Gupta1@...opsys.com>
To: Trond Myklebust <Trond.Myklebust@...app.com>
CC: <linux-nfs@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Vineet Gupta <Vineet.Gupta1@...opsys.com>
Subject: [PATCH] NFS: Fix compile issue with !CONFIG_NFS_FSCACHE
fs/nfs/inode.c: In function `nfs_invalidate_mapping`:
fs/nfs/inode.c:887: error: implicit declaration of function
`nfs_fscache_wait_on_invalidate`
Signed-off-by: Vineet Gupta <vgupta@...opsys.com>
---
fs/nfs/fscache.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/nfs/fscache.h b/fs/nfs/fscache.h
index 277b027..4ecb766 100644
--- a/fs/nfs/fscache.h
+++ b/fs/nfs/fscache.h
@@ -222,6 +222,7 @@ static inline void nfs_readpage_to_fscache(struct inode *inode,
static inline void nfs_fscache_invalidate(struct inode *inode) {}
+static inline void nfs_fscache_wait_on_invalidate(struct inode *inode) {}
static inline const char *nfs_server_fscache_state(struct nfs_server *server)
{
--
1.7.4.1
--
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