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)
commit4c30d56edcaaa0446370189e8ab5c5393dc20ca3
tree53c5d0215259721972709122f558ab476bea4df3
parent5334eb13d455dd26b7064980b118e3c957929701
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>
fs/nfs/dir.c