]> git.baikalelectronics.ru Git - kernel.git/commit
Get rid of pdflush_operation() in emergency sync and remount
authorJens Axboe <jens.axboe@oracle.com>
Tue, 17 Mar 2009 08:38:40 +0000 (09:38 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Mar 2009 10:01:36 +0000 (11:01 +0100)
commitf9c2607f321d0aa139a62efb36a0271383da61d6
tree798376ab3cb0fdbea5fc067562e2adfabdb4d9d6
parentfe6f8bb0c86cc6a8cd3aeb6d110d21be36b0eff4
Get rid of pdflush_operation() in emergency sync and remount

Opencode a cheasy approach with kevent. The idea here is that we'll
add some generic delayed work infrastructure, which probably wont be
based on pdflush (or maybe it will, in which case we can just add it
back).

This is in preparation for getting rid of pdflush completely.

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