On Wed, Oct 31, 2018 at 12:57:45AM +0300, Vasily Averin wrote: > Fixes 33afdcc5402d ("ext4: add a function which sets up group blocks ...") # 3.3 > > Signed-off-by: Vasily Averin <vvs@xxxxxxxxxxxxx> Thanks, applied. I adjusted the patch summary: ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path Also please note that properly Fixes should have a colon, and to add Cc: stable@xxxxxxxxxx to trailer to make sure they get backported: Fixes: 33afdcc5402d ("ext4: add a function which sets up group blocks ...") Cc: stable@xxxxxxxxxx # 3.3 - Ted