On Fri, Jun 09, 2023 at 12:19:58AM +0300, Stefan Ghinea wrote: > From: Josef Bacik <josef@xxxxxxxxxxxxxx> > > commit fb686c6824dd6294ca772b92424b8fba666e7d00 upstream > > There are a few places where we don't check the return value of > btrfs_commit_transaction in relocation.c. Thankfully all these places > have straightforward error handling, so simply change all of the sites > at once. > > Reviewed-by: Qu Wenruo <wqu@xxxxxxxx> > Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> > Reviewed-by: David Sterba <dsterba@xxxxxxxx> > Signed-off-by: David Sterba <dsterba@xxxxxxxx> > Signed-off-by: Stefan Ghinea <stefan.ghinea@xxxxxxxxxxxxx> > --- > fs/btrfs/relocation.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) All backports now queued up, thanks. greg k-h