diff options
| author | Nick Piggin <[email protected]> | 2007-10-16 01:25:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-10-16 09:42:55 -0700 |
| commit | 637aff46f94a754207c80c8c64bf1b74f24b967d (patch) | |
| tree | 837fb3196236998c3c3ae44762ed3167ef0256f4 /Documentation/filesystems | |
| parent | 2f718ffc16c43a435d12919c75dbfad518abd056 (diff) | |
fs: fix data-loss on error
New buffers against uptodate pages are simply be marked uptodate, while the
buffer_new bit remains set. This causes error-case code to zero out parts of
those buffers because it thinks they contain stale data: wrong, they are
actually uptodate so this is a data loss situation.
Fix this by actually clearning buffer_new and marking the buffer dirty. It
makes sense to always clear buffer_new before setting a buffer uptodate.
Signed-off-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions