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/nfs4xdr.c | |
| parent | ea4878a24d7e6a467d369b962bab95bd6a12cbe0 (diff) | |
| download | olio-linux-3.10-0a3adadee42f2865bb867b8c5f4955b7def9baad.tar.xz olio-linux-3.10-0a3adadee42f2865bb867b8c5f4955b7def9baad.zip  | |
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/nfs4xdr.c')
| -rw-r--r-- | fs/nfsd/nfs4xdr.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 0fbd50cee1f..db0fc55670b 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -57,6 +57,7 @@  #include <linux/nfs4_acl.h>  #include <linux/sunrpc/gss_api.h>  #include <linux/sunrpc/svcauth_gss.h> +#include "vfs.h"  #define NFSDDBG_FACILITY		NFSDDBG_XDR  |