aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2024-05-21 15:58:40 +0300
committerTrond Myklebust <trond.myklebust@hammerspace.com>2024-05-22 19:25:00 -0400
commit134d0b3f2440cdddd12fc3444c9c0f62331ce6fc (patch)
tree7312f1ce7a569b4f7b18b5debc6f4d2c01bf24b2 /net/unix/af_unix.c
parent6cbe14f42be3b596e9590d48e12436982ba26e4b (diff)
nfs: propagate readlink errors in nfs_symlink_filler
There is an inherent race where a symlink file may have been overriden (by a different client) between lookup and readlink, resulting in a spurious EIO error returned to userspace. Fix this by propagating back ESTALE errors such that the vfs will retry the lookup/get_link (similar to nfs4_file_open) at least once. Cc: Dan Aloni <dan.aloni@vastdata.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions