Re: [PATCH v3 net-next 1/7] skbuff: export mm_[un]account_pinned_pages for other modules

2018-02-15 Thread Willem de Bruijn
On Thu, Feb 15, 2018 at 1:49 PM, Sowmini Varadhan wrote: > RDS would like to use the helper functions for managing pinned pages > added by Commit a91dbff551a6 ("sock: ulimit on MSG_ZEROCOPY pages") > > Signed-off-by: Sowmini Varadhan Acked-by: Willem de Bruijn

[PATCH v3 net-next 1/7] skbuff: export mm_[un]account_pinned_pages for other modules

2018-02-15 Thread Sowmini Varadhan
RDS would like to use the helper functions for managing pinned pages added by Commit a91dbff551a6 ("sock: ulimit on MSG_ZEROCOPY pages") Signed-off-by: Sowmini Varadhan --- include/linux/skbuff.h |3 +++ net/core/skbuff.c |6 -- 2 files changed, 7 insertions(+), 2 deletions(-)