Re: [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

2020-08-24 Thread John Hubbard
On 8/24/20 11:54 AM, Matthew Wilcox wrote: On Mon, Aug 24, 2020 at 02:47:53PM -0400, Jeff Layton wrote: Ok, I'll plan to pick it up providing no one has issues with exporting that symbol. _GPL, perhaps? DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1598

Re: [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

2020-08-24 Thread Matthew Wilcox
On Mon, Aug 24, 2020 at 02:47:53PM -0400, Jeff Layton wrote: > Ok, I'll plan to pick it up providing no one has issues with exporting that > symbol. _GPL, perhaps?

Re: [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

2020-08-24 Thread Jeff Layton
On Mon, 2020-08-24 at 10:54 -0700, John Hubbard wrote: > On 8/24/20 3:53 AM, Jeff Layton wrote: > > This looks fine to me. Let me know if you need this merged via the ceph > > tree. Thanks! > > > > Acked-by: Jeff Layton > > > > Yes, please! It will get proper testing that way, and it doesn't ha

Re: [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

2020-08-24 Thread John Hubbard
On 8/24/20 3:53 AM, Jeff Layton wrote: This looks fine to me. Let me know if you need this merged via the ceph tree. Thanks! Acked-by: Jeff Layton Yes, please! It will get proper testing that way, and it doesn't have any prerequisites, despite being part of this series. So it would be great

Re: [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

2020-08-24 Thread Jeff Layton
On Fri, 2020-08-21 at 21:20 -0700, John Hubbard wrote: > This reduces, by one, the number of callers of iov_iter_get_pages(). > That's helpful because these calls are being audited and converted over > to use iov_iter_pin_user_pages(), where applicable. And this one here is > already known by the c