diff options
| author | Linus Torvalds <[email protected]> | 2007-01-26 12:53:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-01-26 12:53:20 -0800 |
| commit | 4b89eed93e0fa40a63e3d7b1796ec1337ea7a3aa (patch) | |
| tree | 7c3ad379a17df033501cb2c20921da65d0029002 /scripts/patch-kernel | |
| parent | ecdfc9787fe527491baefc22dce8b2dbd5b2908d (diff) | |
Write back inode data pages even when the inode itself is locked
In __writeback_single_inode(), when we find a locked inode and we're not
doing a data-integrity sync, we used to just skip writing entirely,
since we didn't want to wait for the inode to unlock.
However, there's really no reason to skip writing the data pages, which
are likely to be the the bulk of the dirty state anyway (and the main
reason why writeback was started for the non-data-integrity case, of
course!)
Acked-by: Nick Piggin <[email protected]>
Cc: Andrew Morton <[email protected]>,
Cc: Peter Zijlstra <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions