[PATCH 0/6 linux-next] ext4: fix extent leaking and clean-up

From: Fabian Frederick
Date: Wed Aug 24 2016 - 16:06:48 EST


Last patch of this small patchset fixes an extent path memory leak.
The rest is some clean-up.

Fabian Frederick (6):
ext4: avoid EXT4_INODE_EXTENTS double checking
ext4: remove unneeded test in ext4_alloc_file_blocks()
ext4: create EXT4_MAX_BLOCKS() macro
ext4: use bool for check in ext4_ext_space_()
ext4: remove unused definition
ext4: fix memory leak in ext4_insert_range()

fs/ext4/ext4.h | 3 +++
fs/ext4/extents.c | 70 ++++++++++++++++++++-----------------------------------
fs/ext4/file.c | 3 +--
fs/ext4/ioctl.c | 2 --
4 files changed, 29 insertions(+), 49 deletions(-)

--
2.8.1