]> git.baikalelectronics.ru Git - kernel.git/commit
Clean up and make try_to_free_buffers() not race with dirty pages
authorLinus Torvalds <torvalds@woody.osdl.org>
Tue, 19 Dec 2006 23:21:59 +0000 (15:21 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 21 Dec 2006 17:04:31 +0000 (09:04 -0800)
commit34442d1009b8273711054b1d8587e4081f35cf93
treecfde4d8c4b1d721455c978a53e70a55a6c73c3ef
parenta27686a303d1f2e054504941533144cbdbc6f66e
Clean up and make try_to_free_buffers() not race with dirty pages

This is preparatory work in our continuing saga on some hard-to-trigger
file corruption with shared writable mmap() after the dirty page
tracking changes (commit 027b6d840e61aeebf23d356fd5cd0df7324785f3 etc)
were merged.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/buffer.c