writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
authorChristoph Hellwig <hch@infradead.org>
Fri, 11 Sep 2009 07:47:56 +0000 (09:47 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 16 Sep 2009 13:16:18 +0000 (15:16 +0200)
Since it's an opportunistic writeback and not a data integrity action,
don't punt to blocking writeback. Just wakeup the thread and it will
flush old data.

Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found