summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2010-05-16 18:00:00 -0400
committerTheodore Ts'o <tytso@mit.edu>2010-05-16 18:00:00 -0400
commit8e48dcfbd7c0892b4cfd064d682cc4c95a29df32 (patch)
tree653f12cc4eea9606c80142752612ad28f1ccdb45 /fs/ext4/ext4.h
parent39a4bade8c1826b658316d66ee81c09b0a4d7d42 (diff)
downloadtalos-op-linux-8e48dcfbd7c0892b4cfd064d682cc4c95a29df32.tar.gz
talos-op-linux-8e48dcfbd7c0892b4cfd064d682cc4c95a29df32.zip
ext4: Use our own write_cache_pages()
Make a copy of write_cache_pages() for the benefit of ext4_da_writepages(). This allows us to simplify the code some, and will allow us to further customize the code in future patches. There are some nasty hacks in write_cache_pages(), which Linus has (correctly) characterized as vile. I've just copied it into write_cache_pages_da(), without trying to clean those bits up lest I break something in the ext4's delalloc implementation, which is a bit fragile right now. This will allow Dave Chinner to clean up write_cache_pages() in mm/page-writeback.c, without worrying about breaking ext4. Eventually write_cache_pages_da() will go away when I rewrite ext4's delayed allocation and create a general ext4_writepages() which is used for all of ext4's writeback. Until now this is the lowest risk way to clean up the core write_cache_pages() function. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/ext4/ext4.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud