RE: [PATCH v1 08/13] ceph: make ceph_start_io_write() killable

From: Viacheslav Dubeyko

Date: Fri Mar 13 2026 - 14:29:08 EST


On Thu, 2026-03-12 at 22:45 +0200, Ionut Nechita (Wind River) wrote:
> From: Ionut Nechita <ionut.nechita@xxxxxxxxxxxxx>
>
> Hi Slava,
>
> Thanks for pointing this out.
>
> My patch series is based on v6.12.57 (stable/LTS), where
> ceph_start_io_write() still uses the non-killable down_write().
>
> I see that upstream v7.0-rc3 already has this change. I will take
> this into account and adapt the series for 6.18 LTS and 7.0+ as
> well, dropping patches that are already upstream.
>
>

Sounds great! :)

I think, maybe, you need to consider to use namely 100ms as timeout instead of
HZ/10.

Thanks,
Slava.