This is another in the series of cleanup patches that address some long-standing nits/annoyances in the ext4 code base. I'm sure it won't last, since there are some feature patches being worked on, but the ext4 tree is currently 500 lines of code lighter than at the beginning of this development cycle (and this is including the 200 lines added to support /proc/fs/ext4/.../es_shrinker_info). Most of the savings came from Dmitry's refactor of ext4_move_extents(). Theodore Ts'o (3): ext4: pass allocation_request struct to ext4_(alloc,splice)_branch ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag fs/ext4/balloc.c | 3 +- fs/ext4/ext4.h | 1 - fs/ext4/extents.c | 6 +++- fs/ext4/indirect.c | 86 ++++++++++++++++++++++++++---------------------------- fs/ext4/inode.c | 20 +++---------- fs/ext4/mballoc.c | 12 ++------ fs/ext4/xattr.c | 6 ---- 7 files changed, 54 insertions(+), 80 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html