Re: [PATCH 2/2] ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
Xiubo Li <[email protected]>
| Newsgroups | org.kernel.vger.ceph-devel |
|---|---|
| Message-ID | <CAOJNxRL52oUaPpv7+h50xmb99fQzbt86CKfSUWdE6w7B0dqT8A@mail.gmail.com> |
Alex, Yeah, I will send the V2 to fix it. Thanks - Xiubo LI On Tue, 11 Aug 2026 at 09:55, Alex Markuze <[email protected]> wrote: > > Hi Xiubo, > > The patch misses one allocation. `rd_req = ceph_osdc_alloc_request()` at > addr.c:2468 still passes GFP_NOFS — only the three calls below it > (alloc_messages(rd_req,...), alloc_request(wr_req,...), > alloc_messages(wr_req,...)) were converted. The commit message says "three > of which used GFP_NOFS" but there are actually four. > > Could you respin with that fixed? > > -- > Alex Markuze >