aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2018-02-09 11:30:18 +0200
committerDavid Sterba <dsterba@suse.com>2018-03-26 15:09:36 +0200
commitf9cacae3145a07c8a2b699f18824df0cf7778431 (patch)
tree3173a3692b4dfb120261ec75196e23c04c4ab7ea /fs/btrfs/check-integrity.c
parentbtrfs: not a disk error if the bio_add_page fails (diff)
downloadlinux-dev-f9cacae3145a07c8a2b699f18824df0cf7778431.tar.xz
linux-dev-f9cacae3145a07c8a2b699f18824df0cf7778431.zip
btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site
Even though btrfs_start_dirty_block_groups is fairly in the beginning of btrfs_commit_transaction outside of the critical section defined by the transaction states it can only be run by a single comitter. In other words it defines its own critical section thanks to the BTRFS_TRANS_DIRTY_BG run flag and ro_block_group_mutex. However, its error handling is outside of this critical section which is a bit counter-intuitive. So move the error handling righ after the function is executed and let the sole runner of dirty block groups handle the return value. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/check-integrity.c')
0 files changed, 0 insertions, 0 deletions