[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of mmap_sem in map_user_kiobuf



Does map_user_kiobuf really need to get a write lock on the mmap_sem? 
 From examination of the code, all it can do is expand_stack(), fault in 
pages, and increment the count on a page.

Is there anything I've missed? Would it be safe to use down_read(), 
up_read() instead?

-- 
Adrian Cox   http://www.humboldt.co.uk/

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/