On Fri, Jun 30, 2017 at 10:56:53AM +0300, Dan Carpenter wrote: > "goto out;" calls brelse(bh); which will oops on this this path where > "bh" is an error pointer. > > Fixes: 2851a40a5d71 ("ext4: xattr-in-inode support") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > Oops. I wrote a bug report and a patch for this... Probably we only > need the patch. Thanks, I've folded your this to the xattr-in-inode patch and added a credit for the bugfix to the commit log. - Ted