diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-11-05 22:53:29 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-11-06 16:55:23 +0300 |
commit | 807ce06c24fb1c24c3087a979b664c98eecf7b25 (patch) | |
tree | 899a64146dae68ce692e01d360aa18055601d9f7 /include/linux/nfs_fs_sb.h | |
parent | 66eb3add452aa1be65ad536da99fac4b8f620b74 (diff) | |
parent | 8dff1df551dffc29fa78771c8dda2f0b094003aa (diff) | |
download | linux-807ce06c24fb1c24c3087a979b664c98eecf7b25.tar.xz |
Merge branch 'linux-ssc-for-5.5'
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index df61ff8981e8..c176f705bf98 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -279,5 +279,6 @@ struct nfs_server { #define NFS_CAP_COPY (1U << 24) #define NFS_CAP_OFFLOAD_CANCEL (1U << 25) #define NFS_CAP_LAYOUTERROR (1U << 26) +#define NFS_CAP_COPY_NOTIFY (1U << 27) #endif |