commit | a51171816826b074828fa96cb6ef60fc3b13631a | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jun 06 13:35:54 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 06 14:42:23 2005 -0700 |
tree | e3c6f7a9852d45e9fdec75d7c71548ba404625e7 | |
parent | 7cef5677ef3a8084f2588ce0a129dc95d65161f6 [diff] |
[PATCH] broken fault_in_pages_readable call in generic_file_buffered_write() fault_in_pages_readable() is being passed an incorrect `end' address, which can result in writes accidentally faulting in pages which will not be affected by the write() call. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>