On Wed, Oct 02, 2013 at 04:27:57PM +0200, Jan Kara wrote: > Provide a wrapper for get_user_pages() which takes care of acquiring and > releasing mmap_sem. Using this function reduces amount of places in > which we deal with mmap_sem. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Seem like this should be the default one and the one without the locked should be __unlocked. Maybe a grand rename is in order? get_user_pages_fast -> get_user_pages get_user_pages_unlocked -> __get_user_pages get_user_pages_unlocked -> __get_user_pages_locked steering people to the most sensible ones by default? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>