diff options
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2023-08-30 14:31:31 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2023-08-30 14:31:31 -0400 |
commit | c4a123d2e8c4dc91d581ee7d05c0cd51a0273fab (patch) | |
tree | 1db2182939285c755beb1107b20c70c11b747c29 /net | |
parent | 5690eed941ab7e33c3c3d6b850100cabf740f075 (diff) | |
download | lwn-c4a123d2e8c4dc91d581ee7d05c0cd51a0273fab.tar.gz lwn-c4a123d2e8c4dc91d581ee7d05c0cd51a0273fab.zip |
pNFS: Fix assignment of xprtdata.cred
The comma at the end of the line was leftover from an earlier refactor
of the _nfs4_pnfs_v3_ds_connect() function. This is technically valid C,
so the compilers didn't catch it, but if I'm understanding how it works
correctly it assigns the return value of rpc_clnt_add_xprtr() to
xprtdata.cred.
Reported-by: Olga Kornievskaia <kolga@netapp.com>
Fixes: a12f996d3413 ("NFSv4/pNFS: Use connections to a DS that are all of the same protocol family")
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions