writeback: send work item to queue_io, move_expired_inodes
authorCurt Wohlgemuth <curtw@google.com>
Sat, 8 Oct 2011 03:51:56 +0000 (21:51 -0600)
committerWu Fengguang <fengguang.wu@intel.com>
Sun, 30 Oct 2011 16:33:27 +0000 (00:33 +0800)
Instead of sending ->older_than_this to queue_io() and
move_expired_inodes(), send the entire wb_writeback_work
structure.  There are other fields of a work item that are
useful in these routines and in tracepoints.

Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>

No differences found