- Stephen Rothwell: APM updates
[davej-history.git] / include / linux / nfsd / const.h
blobf59c6a6ef8c470c0e1718bd42f6f6024086a4f46
1 /*
2 * include/linux/nfsd/const.h
4 * Various constants related to NFS.
6 * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
7 */
9 #ifndef _LINUX_NFSD_CONST_H
10 #define _LINUX_NFSD_CONST_H
12 #include <linux/nfs.h>
13 #include <linux/nfs2.h>
14 #include <linux/nfs3.h>
17 * Maximum protocol version supported by knfsd
19 #define NFSSVC_MAXVERS 3
22 * Maximum blocksize supported by daemon currently at 8K
24 #define NFSSVC_MAXBLKSIZE 8192
26 #ifdef __KERNEL__
28 #ifndef NFS_SUPER_MAGIC
29 # define NFS_SUPER_MAGIC 0x6969
30 #endif
32 #endif /* __KERNEL__ */
34 #endif /* _LINUX_NFSD_CONST_H */