diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-11-05 02:12:35 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-11-13 21:23:02 +0300 |
commit | 0a3adadee42f2865bb867b8c5f4955b7def9baad (patch) | |
tree | de98be9152faba8ea38bae24a7f5cce33ae99148 /fs/nfsd/nfsproc.c | |
parent | ea4878a24d7e6a467d369b962bab95bd6a12cbe0 (diff) | |
download | linux-0a3adadee42f2865bb867b8c5f4955b7def9baad.tar.xz |
nfsd: make fs/nfsd/vfs.h for common includes
None of this stuff is used outside nfsd, so move it out of the common
linux include directory.
Actually, probably none of the stuff in include/linux/nfsd/nfsd.h really
belongs there, so later we may remove that file entirely.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfsproc.c')
-rw-r--r-- | fs/nfsd/nfsproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c index c5393d1b8955..6c967e1ba37b 100644 --- a/fs/nfsd/nfsproc.c +++ b/fs/nfsd/nfsproc.c @@ -24,6 +24,7 @@ #include <linux/nfsd/nfsd.h> #include <linux/nfsd/cache.h> #include <linux/nfsd/xdr.h> +#include "vfs.h" typedef struct svc_rqst svc_rqst; typedef struct svc_buf svc_buf; |