Re: [PATCH 2/2] ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
Alex Markuze <[email protected]>
| Newsgroups | org.kernel.vger.ceph-devel |
|---|---|
| Message-ID | <[email protected]> |
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