Message ID | 20241119022752.1256662-1-batrick@batbytes.com (mailing list archive) |
---|---|
Headers | show |
Series | ceph: rename some seq fields to issue_seq | expand |
On Tue, Nov 19, 2024 at 3:28 AM Patrick Donnelly <batrick@batbytes.com> wrote: > > From: Patrick Donnelly <pdonnell@redhat.com> > > This fixes an accidental non-rename change to the caps. Caught by Ilya, thanks! > > Patrick Donnelly (3): > ceph: correct ceph_mds_cap_item field name > ceph: correct ceph_mds_cap_peer field name > ceph: improve caps debugging output > > fs/ceph/caps.c | 47 ++++++++++++++++++------------------ > fs/ceph/mds_client.c | 2 +- > include/linux/ceph/ceph_fs.h | 4 +-- > 3 files changed, 26 insertions(+), 27 deletions(-) Applied with minor changelog tweaks. Thanks, Ilya
From: Patrick Donnelly <pdonnell@redhat.com> This fixes an accidental non-rename change to the caps. Caught by Ilya, thanks! Patrick Donnelly (3): ceph: correct ceph_mds_cap_item field name ceph: correct ceph_mds_cap_peer field name ceph: improve caps debugging output fs/ceph/caps.c | 47 ++++++++++++++++++------------------ fs/ceph/mds_client.c | 2 +- include/linux/ceph/ceph_fs.h | 4 +-- 3 files changed, 26 insertions(+), 27 deletions(-) base-commit: 8350142a4b4cedebfa76cd4cc6e5a7ba6a330629