diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 570a7df2775b..2469ab0bb3a1 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -147,6 +147,7 @@ struct nfs_server { | |||
147 | unsigned int acdirmax; | 147 | unsigned int acdirmax; |
148 | unsigned int namelen; | 148 | unsigned int namelen; |
149 | unsigned int options; /* extra options enabled by mount */ | 149 | unsigned int options; /* extra options enabled by mount */ |
150 | unsigned int clone_blksize; /* granularity of a CLONE operation */ | ||
150 | #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ | 151 | #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ |
151 | #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ | 152 | #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ |
152 | 153 | ||
@@ -243,5 +244,6 @@ struct nfs_server { | |||
243 | #define NFS_CAP_ALLOCATE (1U << 20) | 244 | #define NFS_CAP_ALLOCATE (1U << 20) |
244 | #define NFS_CAP_DEALLOCATE (1U << 21) | 245 | #define NFS_CAP_DEALLOCATE (1U << 21) |
245 | #define NFS_CAP_LAYOUTSTATS (1U << 22) | 246 | #define NFS_CAP_LAYOUTSTATS (1U << 22) |
247 | #define NFS_CAP_CLONE (1U << 23) | ||
246 | 248 | ||
247 | #endif | 249 | #endif |