diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-05 00:36:06 (GMT) |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 20:01:46 (GMT) |
commit | 1557aca7904ed6fadd22cdc3364754070bb3d3c3 (patch) | |
tree | 97af309e4cff7e9fc2cb9d90aeceff8404c2c47f /fs/nfsd/state.h | |
parent | c7af6b0895229bd080b86afc91302b66f6df0378 (diff) | |
download | linux-1557aca7904ed6fadd22cdc3364754070bb3d3c3.tar.xz |
nfsd: move most of nfsfh.h to fs/nfsd
Most of this can be trivially moved to a private header as well.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 2af7568..775b8d2 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -38,6 +38,7 @@ #define _NFSD4_STATE_H #include <linux/nfsd/nfsfh.h> +#include "nfsfh.h" typedef struct { u32 cl_boot; |