]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
NFS: fs/nfs/dir.c should #include "internal.h"
authorAdrian Bunk <bunk@kernel.org>
Wed, 21 Nov 2007 23:04:31 +0000 (15:04 -0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Nov 2007 21:24:49 +0000 (16:24 -0500)
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>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c

index 35334539d9475dc0188bdb80f4a1d15ef70b56a9..f697b5c74b7c38f5627ea71c9d2ec9ac95bc3eba 100644 (file)
@@ -38,6 +38,7 @@
 #include "nfs4_fs.h"
 #include "delegation.h"
 #include "iostat.h"
+#include "internal.h"
 
 /* #define NFS_DEBUG_VERBOSE 1 */