]> bbs.cooldavid.org Git - net-next-2.6.git/commit
writeback: remove wb in get_next_work_item
authorMinchan Kim <minchan.kim@gmail.com>
Tue, 3 Aug 2010 10:51:16 +0000 (12:51 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:53:01 +0000 (18:53 +0200)
commit08852b6d6c40f387f2b75e199e2ca1df68970f4c
treea5c10224444a93e014337e577dbd5a8aacc50e59
parent6965031d331a642e31278fa1b5bd47f372ffdd5d
writeback: remove wb in get_next_work_item

83ba7b07 cleans up the writeback.
So we don't use wb any more in get_next_work_item.
Let's remove unnecessary argument.

CC: Christoph Hellwig <hch@lst.de>
Signed-off-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fs/fs-writeback.c