diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-01 21:48:37 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-23 16:13:41 -0400 |
commit | a5ae03989254ec25cd3a934ca02c008d67e259f7 (patch) | |
tree | c3fec078c9f6f8e50d4591330159823f0d603993 /include/linux/nfsd/nfsd.h | |
parent | 4ab4b0bedda7d41c63cef98cd5d6cabada460936 (diff) | |
download | talos-op-linux-a5ae03989254ec25cd3a934ca02c008d67e259f7.tar.gz talos-op-linux-a5ae03989254ec25cd3a934ca02c008d67e259f7.zip |
NFSD: Strip __KERNEL__ testing from unexported header files.
Also, sort the Kbuild file.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfsd/nfsd.h')
-rw-r--r-- | include/linux/nfsd/nfsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index f4de14d903a6..21ee440dd3e7 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h @@ -27,7 +27,6 @@ #define NFSD_VERSION "0.5" #define NFSD_SUPPORTED_MINOR_VERSION 0 -#ifdef __KERNEL__ /* * Special flags for nfsd_permission. These must be different from MAY_READ, * MAY_WRITE, and MAY_EXEC. @@ -334,6 +333,4 @@ extern struct timeval nfssvc_boot; #endif /* CONFIG_NFSD_V4 */ -#endif /* __KERNEL__ */ - #endif /* LINUX_NFSD_NFSD_H */ |