1
0
Fork 0

rds: rds_message_zcopy_from_user() can be static

Fixes: d40a126b16 ("rds: refactor zcopy code into rds_message_zcopy_from_user")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
kbuild test robot 2018-03-08 18:56:14 +08:00 committed by David S. Miller
parent 054f34da60
commit 496c7f3cae
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ struct rds_message *rds_message_map_pages(unsigned long *page_addrs, unsigned in
return rm;
}
int rds_message_zcopy_from_user(struct rds_message *rm, struct iov_iter *from)
static int rds_message_zcopy_from_user(struct rds_message *rm, struct iov_iter *from)
{
unsigned long sg_off;
struct scatterlist *sg;