Coverity for btrfs-progs spotted a variable leak in btrfs_find_item though the same error is not reported in the kernel project and the code is the same. The leak is very rare though and does not need to go to stable immediatelly. The rest of patches are cleanups in the related codepaths. You can also pull the changes from git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git fix/find-item-path-leak Top commit: 1d4c08e0a60be3561 Base: 3.19-rc4 David Sterba (5): btrfs: fix leak of path in btrfs_find_item btrfs: cleanup, remove inode_item_info helper btrfs: cleanup, remove inode_ref_info helper btrfs: simplify insert_orphan_item btrfs: expand btrfs_find_item if found_key is NULL fs/btrfs/backref.c | 28 ++++++---------------------- fs/btrfs/backref.h | 3 --- fs/btrfs/ctree.c | 18 +++++------------- fs/btrfs/disk-io.c | 15 +++++++++++++-- fs/btrfs/inode.c | 10 +++++++--- fs/btrfs/scrub.c | 10 +++++++++- fs/btrfs/tree-log.c | 11 ++++++----- 7 files changed, 46 insertions(+), 49 deletions(-) -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
