]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: Use tag dirty lookup during mpage_da_submit_io
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 16 Mar 2010 00:26:01 +0000 (20:26 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 26 May 2010 21:27:06 +0000 (14:27 -0700)
commitc5b9b87a471f1226978d2dcca15e5fd72ac07af5
tree4bc4629ff3b86698c3daef76b67157daf341e381
parentdf104d2bff4a2d6cf32c29aa599c79d8009fe1a7
ext4: Use tag dirty lookup during mpage_da_submit_io

commit af6f029d3836eb7264cd3fbb13a6baf0e5fdb5ea upstream.

This enables us to drop the range_cont writeback mode
use from ext4_da_writepages.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Jayson R. King <dev@jaysonking.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/inode.c