commit | 4520fb3c3690f2643006d85f09ecb74554c10e95 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Dec 25 13:28:54 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 25 13:28:54 2012 -0500 |
tree | 2355adc52f5d861073e37ed9b4cb8ccc165cd519 | |
parent | d7961c7fa4d2e3c3f12be67e21ba8799b5a7238a [diff] |
ext4: split off ext4_journalled_invalidatepage() 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>