ext4: split off ext4_journalled_invalidatepage()
authorJan Kara <jack@suse.cz>
Tue, 25 Dec 2012 18:28:54 +0000 (13:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 25 Dec 2012 18:28:54 +0000 (13:28 -0500)
In data=journal mode we don't need delalloc or DIO handling in invalidatepage
and similarly in other modes we don't need the journal handling. So split
invalidatepage implementations.

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

No differences found