[PATCH 0/2] ceph: use entity name from new device string

Patrick Donnelly posted 2 patches 1 month, 1 week ago
fs/ceph/super.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
[PATCH 0/2] ceph: use entity name from new device string
Posted by Patrick Donnelly 1 month, 1 week ago
From: Patrick Donnelly <pdonnell@redhat.com>

Respinning this because the last series accidentally included patches from
another set.

Patrick Donnelly (2):
  ceph: requalify some char pointers as const
  ceph: extract entity name from device id

 fs/ceph/super.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


base-commit: 7234e2ea0edd00bfb6bb2159e55878c19885ce68
-- 
Patrick Donnelly, Ph.D.
He / Him / His
Red Hat Partner Engineer
IBM, Inc.
GPG: 19F28A586F808C2402351B93C3301A3E258DD79D
Re: [PATCH 0/2] ceph: use entity name from new device string
Posted by Ilya Dryomov 1 week, 1 day ago
On Mon, Oct 14, 2024 at 3:46 PM Patrick Donnelly <batrick@batbytes.com> wrote:
>
> From: Patrick Donnelly <pdonnell@redhat.com>
>
> Respinning this because the last series accidentally included patches from
> another set.
>
> Patrick Donnelly (2):
>   ceph: requalify some char pointers as const
>   ceph: extract entity name from device id

Hi Patrick,

Since the fix (the second patch) is marked for stable, I reordered
these so that the first patch which just tacks on const doesn't get in
the way when backporting the fix.

Thanks,

                Ilya