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/nfs3acl.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/nfs3acl.c')
-rw-r--r-- | fs/nfsd/nfs3acl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs3acl.c b/fs/nfsd/nfs3acl.c index ff73596eb550..526d85a65f76 100644 --- a/fs/nfsd/nfs3acl.c +++ b/fs/nfsd/nfs3acl.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/nfsd/xdr3.h> | 13 | #include <linux/nfsd/xdr3.h> |
14 | #include <linux/posix_acl.h> | 14 | #include <linux/posix_acl.h> |
15 | #include <linux/nfsacl.h> | 15 | #include <linux/nfsacl.h> |
16 | #include "vfs.h" | ||
16 | 17 | ||
17 | #define RETURN_STATUS(st) { resp->status = (st); return (st); } | 18 | #define RETURN_STATUS(st) { resp->status = (st); return (st); } |
18 | 19 | ||