]> git.baikalelectronics.ru Git - kernel.git/commit
buffer: switch do_emergency_thaw() away from pdflush_operation()
authorJens Axboe <jens.axboe@oracle.com>
Wed, 8 Apr 2009 11:44:08 +0000 (13:44 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 15 Apr 2009 06:28:12 +0000 (08:28 +0200)
commit874af5e4f7d5ce01071d1c0e35c53ef3e2f224b3
tree2e1954da38bd4c59edb9ff3daf0111b02c181b0a
parent5502d1ac6d3c75554d1285e935bf3e089ce8b458
buffer: switch do_emergency_thaw() away from pdflush_operation()

This is (again) a preparatory patch similar to commit
f9c2607f321d0aa139a62efb36a0271383da61d6. It open codes a simple
async way of executing do_thaw_all() out of context, so we can get
rid of pdflush.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/buffer.c