public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fs/nfs/dir.c should #include "internal.h"
@ 2007-11-03  0:04 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-11-03  0:04 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-kernel

Every file should include the headers containing the prototypes for
its global functions (in this case nfs_access_cache_shrinker()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
d26650fc1c0dbe80a18d94527357af85c5763143 
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index 3533453..f697b5c 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -38,6 +38,7 @@
 #include "nfs4_fs.h"
 #include "delegation.h"
 #include "iostat.h"
+#include "internal.h"
 
 /* #define NFS_DEBUG_VERBOSE 1 */
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-03  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03  0:04 [2.6 patch] fs/nfs/dir.c should #include "internal.h" Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox