]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()
authorJan Kara <jack@suse.cz>
Mon, 28 Jan 2013 14:38:49 +0000 (09:38 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 Jan 2013 14:38:49 +0000 (09:38 -0500)
commitfe089c77f1466c74f0f19ad2475b1630216b8b19
tree3c8527f54e52270f7d49716b1af8e854dc4151e3
parent1ae48a6354a364413d372df1525d523a3fb4fb8c
ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()

We don't support delayed allocation in data=journal mode. So checking for it in
mpage_da_submit_io() doesn't make really sence. If we ever decide to extend
delayed allocation support to data=journal mode, adding
__ext4_journalled_writepage() call will be the least of problems we have to
solve. Most likely we'd have to implement separate writepages call anyways
because we don't have transaction credits for writing more than a single page
so mapping of page buffers would have to be done differently.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c