commit | 8f5cd76c185a4c8aeb5fe1e560e3612bfc050c35 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:38 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:42 2005 -0700 |
tree | 42f9fc842005eda8d898998850a20c6afb5ce7e6 | |
parent | a7e4705b24e611574e5c23105005ffdff694fd58 [diff] |
[PATCH] mm: uml pte atomicity There's usually a good reason when a pte is examined without the lock; but it makes me nervous when the pointer is dereferenced more than once. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>