diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-11-04 18:12:35 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-11-13 13:23:02 -0500 |
commit | 0a3adadee42f2865bb867b8c5f4955b7def9baad (patch) | |
tree | de98be9152faba8ea38bae24a7f5cce33ae99148 /fs/nfsd/nfs3proc.c | |
parent | ea4878a24d7e6a467d369b962bab95bd6a12cbe0 (diff) |
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/nfs3proc.c')
-rw-r--r-- | fs/nfsd/nfs3proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs3proc.c b/fs/nfsd/nfs3proc.c index a713c418a922..1a259d313e14 100644 --- a/fs/nfsd/nfs3proc.c +++ b/fs/nfsd/nfs3proc.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/nfsd/cache.h> | 25 | #include <linux/nfsd/cache.h> |
26 | #include <linux/nfsd/xdr3.h> | 26 | #include <linux/nfsd/xdr3.h> |
27 | #include <linux/nfs3.h> | 27 | #include <linux/nfs3.h> |
28 | #include "vfs.h" | ||
28 | 29 | ||
29 | #define NFSDDBG_FACILITY NFSDDBG_PROC | 30 | #define NFSDDBG_FACILITY NFSDDBG_PROC |
30 | 31 | ||