From: Igor Fedotov Date: Thu, 7 Nov 2024 16:02:16 +0000 (+0300) Subject: cephfs/client: dir_reset_t::reset() - add missing fd reset. X-Git-Tag: v20.0.0~540^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f1d21c9ec432941f83d579d64b79b4252f3fc62;p=ceph.git cephfs/client: dir_reset_t::reset() - add missing fd reset. Likely https://github.com/ceph/ceph/pull/55619 missed that. Signed-off-by: Igor Fedotov --- diff --git a/src/client/Client.h b/src/client/Client.h index f8c39e2fdd6a..d5108c122623 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -219,6 +219,7 @@ struct dir_result_t { ordered_count = 0; cache_index = 0; buffer.clear(); + fd = -1; } InodeRef inode;