mm/gup.c: fix __get_user_pages_fast() comment
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 30 Oct 2018 22:10:51 +0000 (15:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Oct 2018 15:54:17 +0000 (08:54 -0700)
commit2ebe82288b3278b8e538ee8adce4142dbdedd8f6
treec97fc38ef85670000a12cb75436665390c1b2539
parentf2c57d91b0d96aa13ccff4e3b178038f17b00658
mm/gup.c: fix __get_user_pages_fast() comment

mmu_gather_tlb() no longer exists.  Replace with mmu_table_batch().

Link: http://lkml.kernel.org/r/20180928053441.rpzwafzlsnp74mkl@wfg-t540p.sh.intel.com
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/gup.c