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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.