Re: [PATCH 5/7] ext4: bs.bh cleanup before re-using in ext4_xattr_block_find()

From: Theodore Y. Ts'o
Date: Wed Nov 07 2018 - 11:08:31 EST


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