]> git.baikalelectronics.ru Git - kernel.git/commit
mm: document get_user_pages_fast()
authorAndy Grover <andy.grover@oracle.com>
Mon, 13 Apr 2009 21:40:05 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2009 22:04:32 +0000 (15:04 -0700)
commitb89db5ea330df9015becbfdd400eb7bd211a775c
treeee7d599718821e0d272d3d63325ad940fc982e0e
parentbce4a445206d1617b9bb122818946b1afb99e5fd
mm: document get_user_pages_fast()

While better than get_user_pages(), the usage of gupf(), especially the
return values and the fact that it can potentially only partially pin the
range, warranted some documentation.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/util.c