Loading fs/ext4/xattr.c +3 −1 Original line number Diff line number Diff line Loading @@ -2272,8 +2272,10 @@ static struct buffer_head *ext4_xattr_get_block(struct inode *inode) if (!bh) return ERR_PTR(-EIO); error = ext4_xattr_check_block(inode, bh); if (error) if (error) { brelse(bh); return ERR_PTR(error); } return bh; } Loading Loading
fs/ext4/xattr.c +3 −1 Original line number Diff line number Diff line Loading @@ -2272,8 +2272,10 @@ static struct buffer_head *ext4_xattr_get_block(struct inode *inode) if (!bh) return ERR_PTR(-EIO); error = ext4_xattr_check_block(inode, bh); if (error) if (error) { brelse(bh); return ERR_PTR(error); } return bh; } Loading