diff options
Diffstat (limited to 'include/linux/ncp_mount.h')
| -rw-r--r-- | include/linux/ncp_mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ncp_mount.h b/include/linux/ncp_mount.h index d74092d08dac..4bdcfff1f79e 100644 --- a/include/linux/ncp_mount.h +++ b/include/linux/ncp_mount.h @@ -21,6 +21,7 @@ #define NCP_MOUNT_NO_NFS 0x0010 /* do not use NFS namespace */ #define NCP_MOUNT_EXTRAS 0x0020 #define NCP_MOUNT_SYMLINKS 0x0040 /* enable symlinks */ +#define NCP_MOUNT_NFS_EXTRAS 0x0080 /* Enable use of NFS NS meta-info */ struct ncp_mount_data { int version; |
