]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: un-export wake_up_page functions
authorNicholas Piggin <npiggin@gmail.com>
Wed, 22 Feb 2017 23:44:41 +0000 (15:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 00:41:29 +0000 (16:41 -0800)
commit74d81bfae8e3f52e956367f6ed764db269b87091
tree0d0ad67843aaa09e97b8357d356c98f9fbb3606e
parentd94e0c05eba9ed627ce467a7c3e92b365269f905
mm: un-export wake_up_page functions

These are no longer used outside mm/filemap.c, so un-export them and
make them static where possible.  These were exported specifically for
NFS use in commit a4796e37c12e ("MM: export page_wakeup functions").

Link: http://lkml.kernel.org/r/20170103182234.30141-3-npiggin@gmail.com
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Cc: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: Anna Schumaker <anna.schumaker@netapp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pagemap.h
mm/filemap.c