Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NFS: fs/nfs/dir.c should #include "internal.h"

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>

authored by

Adrian Bunk and committed by
Trond Myklebust
4c30d56e 5334eb13

+1
+1
fs/nfs/dir.c
··· 38 38 #include "nfs4_fs.h" 39 39 #include "delegation.h" 40 40 #include "iostat.h" 41 + #include "internal.h" 41 42 42 43 /* #define NFS_DEBUG_VERBOSE 1 */ 43 44