Re: [PATCH] mm/gup.c: Make follow_page_mask static

2019-05-10 Thread Ira Weiny
On Sat, May 11, 2019 at 12:38:32AM +0530, Bharath Vedartham wrote: > follow_page_mask is only used in gup.c, make it static. > > Tested by compiling and booting. Grepped the source for > "follow_page_mask" to be sure it is not used else where. > > Signed-off-by: Bharath Vedartham Reviewed-by: I

[PATCH] mm/gup.c: Make follow_page_mask static

2019-05-10 Thread Bharath Vedartham
follow_page_mask is only used in gup.c, make it static. Tested by compiling and booting. Grepped the source for "follow_page_mask" to be sure it is not used else where. Signed-off-by: Bharath Vedartham --- mm/gup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/gup.c b/m