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

Patrick Donnelly posted 3 patches 4 days, 10 hours ago
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(-)
[PATCH v2 0/3] ceph: rename some seq fields to issue_seq
Posted by Patrick Donnelly 4 days, 10 hours ago
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
-- 
Patrick Donnelly, Ph.D.
He / Him / His
Red Hat Partner Engineer
IBM, Inc.
GPG: 19F28A586F808C2402351B93C3301A3E258DD79D
Re: [PATCH v2 0/3] ceph: rename some seq fields to issue_seq
Posted by Ilya Dryomov 4 days, 1 hour ago
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