mbox series

[v2,0/3] ceph: rename some seq fields to issue_seq

Message ID 20241119022752.1256662-1-batrick@batbytes.com (mailing list archive)
Headers show
Series ceph: rename some seq fields to issue_seq | expand

Message

Patrick Donnelly Nov. 19, 2024, 2:27 a.m. UTC
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

Comments

Ilya Dryomov Nov. 19, 2024, 10:31 a.m. UTC | #1
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