On Wed, Oct 31, 2018 at 10:12:52PM +0300, Vasily Averin wrote: > bs.bh was taken in previous ext4_xattr_block_find() call, > it should be released before re-using > > Fixes 7e01c8e5420b ("ext3/4: fix uninitialized bs in ...") # 2.6.26 > cc: Tiger Yang <tiger.yang@xxxxxxxxxx> > > Signed-off-by: Vasily Averin <vvs@xxxxxxxxxxxxx> Thanks, applied. I used the commit description: ext4: release bs.bh before re-using in ext4_xattr_block_find() - Ted