diff options
author | Olga Kornievskaia <kolga@netapp.com> | 2021-12-09 22:53:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-16 14:56:09 +0300 |
commit | 2df6a47a131ae73c39b5b3736543223004cd807e (patch) | |
tree | ee2458e8ebd3d6c75302ce03f3a66be47d9d20a8 /include/linux/nfs_fs_sb.h | |
parent | 0c5d3bfb296785d21feabc7cc972a5f704f6f3e6 (diff) | |
download | linux-2df6a47a131ae73c39b5b3736543223004cd807e.tar.xz |
NFSv4 store server support for fs_location attribute
[ Upstream commit 8a59bb93b7e3cca389af44781a429ac12ac49be6 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 2a9acbfe00f0..9a6e70ccde56 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -287,5 +287,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 |