From: gmail Date: Fri, 30 Sep 2016 05:33:37 +0000 (-0400) Subject: ext4: release bh in make_indexed_dir X-Git-Tag: v3.2.85~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d3d0dd7cd9826cd5245fe6d611c1ceaab2bc2c;p=pandora-kernel.git ext4: release bh in make_indexed_dir commit e81d44778d1d57bbaef9e24c4eac7c8a7a401d40 upstream. The commit 6050d47adcad: "ext4: bail out from make_indexed_dir() on first error" could end up leaking bh2 in the error path. [ Also avoid renaming bh2 to bh, which just confuses things --tytso ] Signed-off-by: yangsheng Signed-off-by: Theodore Ts'o [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed