Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information