commit | 9d8b8ce5561890464c54645cdea4d6b157159fec | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@us.ibm.com> | Mon Feb 12 00:53:48 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 12 09:48:37 2007 -0800 |
tree | 94e7f2cdd3a392806ba7b35e5d2722024ddf4098 | |
parent | 70456600f42f85cfcbdd9d7a6029c03b6f9c5d1e [diff] |
[PATCH] eCryptfs: convert kmap() to kmap_atomic() Replace kmap() with kmap_atomic(). Reduce the amount of time that mappings are held. Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Trevor Highland <tshighla@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>