mbox series

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

Message ID 20241014134625.700634-1-batrick@batbytes.com (mailing list archive)
Headers show
Series ceph: use entity name from new device string | expand

Message

Patrick Donnelly Oct. 14, 2024, 1:46 p.m. UTC
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

Comments

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