linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 3.8 NFS build breakage with !CONFIG_NFS_FSCACHE
@ 2012-12-21  5:44 Vineet Gupta
  2012-12-21  8:33 ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Vineet Gupta @ 2012-12-21  5:44 UTC (permalink / raw)
  To: David Howells; +Cc: linux-kernel@vger.kernel.org

Hi David,

Not sure if this was report/fixed already - but as of today's Linus tree
(tip has commit 96680d2), I'm seeing a build breakage due to a trivial
missing def for nfs_fscache_wait_on_invalidate.

Following fixes it for me.

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) {}


Thx,
-Vineet

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-21  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21  5:44 3.8 NFS build breakage with !CONFIG_NFS_FSCACHE Vineet Gupta
2012-12-21  8:33 ` Borislav Petkov
2012-12-21  8:51   ` [PATCH] NFS: Fix compile issue " Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).