mm: clean up get_user_pages_fast() documentation
authorNick Piggin <nickpiggin@yahoo.com.au>
Tue, 16 Jun 2009 22:31:39 +0000 (15:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:30 +0000 (19:47 -0700)
commitd2bf6be8ab63aa84e6149aac934649aadf3828b1
tree65e7f74f1ed6fd9516f1615b0f293d2aaeede07b
parent7ffc59b4d0bdfa00e882339f85b8a969bb7021e2
mm: clean up get_user_pages_fast() documentation

Move more documentation for get_user_pages_fast into the new kerneldoc comment.
Add some comments for get_user_pages as well.

Also, move get_user_pages_fast declaration up to get_user_pages. It wasn't
there initially because it was once a static inline function.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Andy Grover <andy.grover@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
mm/memory.c
mm/util.c