diff options
author | Olga Kornievskaia <kolga@netapp.com> | 2024-06-24 16:28:27 +0300 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2024-07-08 20:47:27 +0300 |
commit | 4840c00003a2275668a13b82c9f5b1aed80183aa (patch) | |
tree | 9b95f039c7a5d1906e21cf8f4af819bb69235d73 /tools/perf/scripts/python/stackcollapse.py | |
parent | 2f1f31042ef07719a0d5cb4784b8a32d20c13110 (diff) | |
download | linux-4840c00003a2275668a13b82c9f5b1aed80183aa.tar.xz |
NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
Previously in order to mark the communication with the DS server,
we tried to use NFS_CS_DS in cl_flags. However, this flag would
only be saved for the DS server and in case where DS equals MDS,
the client would not find a matching nfs_client in nfs_match_client
that represents the MDS (but is also a DS).
Instead, don't rely on the NFS_CS_DS but instead use NFS_CS_PNFS.
Fixes: 379e4adfddd6 ("NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions