summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs_sb.h
diff options
context:
space:
mode:
authorPeng Tao2015-09-25 20:24:35 +0200
committerTrond Myklebust2015-10-15 22:07:36 +0200
commite5341f3a5762d17be9cdd06257c02c0098bdcab8 (patch)
treef915d5fdbad1a5a0d0840f0847610f410887ba9b /include/linux/nfs_fs_sb.h
parentnfs42: add CLONE xdr functions (diff)
downloadkernel-qcow2-linux-e5341f3a5762d17be9cdd06257c02c0098bdcab8.tar.gz
kernel-qcow2-linux-e5341f3a5762d17be9cdd06257c02c0098bdcab8.tar.xz
kernel-qcow2-linux-e5341f3a5762d17be9cdd06257c02c0098bdcab8.zip
nfs42: add CLONE proc functions
Signed-off-by: Peng Tao <tao.peng@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r--include/linux/nfs_fs_sb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 570a7df2775b..a50de1002b20 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -243,5 +243,6 @@ struct nfs_server {
#define NFS_CAP_ALLOCATE (1U << 20)
#define NFS_CAP_DEALLOCATE (1U << 21)
#define NFS_CAP_LAYOUTSTATS (1U << 22)
+#define NFS_CAP_CLONE (1U << 23)
#endif