diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/nfsd/export.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/nfsd/export.h b/include/uapi/linux/nfsd/export.h index 0df7bd5d2fb1..c3be256107c6 100644 --- a/include/uapi/linux/nfsd/export.h +++ b/include/uapi/linux/nfsd/export.h | |||
| @@ -32,7 +32,8 @@ | |||
| 32 | #define NFSEXP_ASYNC 0x0010 | 32 | #define NFSEXP_ASYNC 0x0010 |
| 33 | #define NFSEXP_GATHERED_WRITES 0x0020 | 33 | #define NFSEXP_GATHERED_WRITES 0x0020 |
| 34 | #define NFSEXP_NOREADDIRPLUS 0x0040 | 34 | #define NFSEXP_NOREADDIRPLUS 0x0040 |
| 35 | /* 80 100 currently unused */ | 35 | #define NFSEXP_SECURITY_LABEL 0x0080 |
| 36 | /* 0x100 currently unused */ | ||
| 36 | #define NFSEXP_NOHIDE 0x0200 | 37 | #define NFSEXP_NOHIDE 0x0200 |
| 37 | #define NFSEXP_NOSUBTREECHECK 0x0400 | 38 | #define NFSEXP_NOSUBTREECHECK 0x0400 |
| 38 | #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */ | 39 | #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */ |
| @@ -53,7 +54,7 @@ | |||
| 53 | #define NFSEXP_PNFS 0x20000 | 54 | #define NFSEXP_PNFS 0x20000 |
| 54 | 55 | ||
| 55 | /* All flags that we claim to support. (Note we don't support NOACL.) */ | 56 | /* All flags that we claim to support. (Note we don't support NOACL.) */ |
| 56 | #define NFSEXP_ALLFLAGS 0x3FE7F | 57 | #define NFSEXP_ALLFLAGS 0x3FEFF |
| 57 | 58 | ||
| 58 | /* The flags that may vary depending on security flavor: */ | 59 | /* The flags that may vary depending on security flavor: */ |
| 59 | #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \ | 60 | #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \ |
