quoted
But be aware that pagefaulting inside kmap_atomic is bad - you can get
blocked and rescheduled, so touching user pages, etc is dangerous.
That's true in 2.4. In 2.5 a copy_foo_user() inside kmap_atomic()
will just return a short copy while remaining atomic.
See mm/filemap.c:filemap_copy_from_user()
Cool - I didn't realise you fixed that up so generically - very nice.
M.
--
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/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>