aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfs_fs_sb.h
diff options
context:
space:
mode:
authorOlga Kornievskaia <kolga@netapp.com>2021-12-09 14:53:30 -0500
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2022-01-12 14:26:30 -0500
commit8a59bb93b7e3cca389af44781a429ac12ac49be6 (patch)
tree095815b398df2b4398dc21d197b338e58717b49c /include/linux/nfs_fs_sb.h
parentNFSv4 remove zero number of fs_locations entries error check (diff)
downloadwireguard-linux-8a59bb93b7e3cca389af44781a429ac12ac49be6.tar.xz
wireguard-linux-8a59bb93b7e3cca389af44781a429ac12ac49be6.zip
NFSv4 store server support for fs_location attribute
Define and store if server returns it supports fs_locations attribute as a capability. Signed-off-by: Olga Kornievskaia <kolga@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r--include/linux/nfs_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index f24fc67af42d..8c08b356c8ca 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -289,5 +289,5 @@ struct nfs_server {
#define NFS_CAP_COPY_NOTIFY (1U << 27)
#define NFS_CAP_XATTR (1U << 28)
#define NFS_CAP_READ_PLUS (1U << 29)
-
+#define NFS_CAP_FS_LOCATIONS (1U << 30)
#endif