]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: remove no longer used io_err from btrfs_log_ctx
authorFilipe Manana <fdmanana@suse.com>
Mon, 12 Nov 2018 10:24:30 +0000 (10:24 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Dec 2018 13:51:31 +0000 (14:51 +0100)
commitd60c421c1c48bf4e3ee46c0f9aefe9c36e3c4358
treef5cf2fffe859c73d154ca3ec8279dabefc7e582a
parent7f4567cb509632d2db9dd0a2bc246b578e3e5ff2
Btrfs: remove no longer used io_err from btrfs_log_ctx

The io_err field of struct btrfs_log_ctx is no longer used after the
recent simplification of the fast fsync path, where we now wait for
ordered extents to complete before logging the inode. We did this in
commit 5ab04a544cca ("btrfs: always wait on ordered extents at fsync
time") and commit 5b3f708e964b ("btrfs: clean up the left over
logged_list usage") removed its last use.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file.c
fs/btrfs/tree-log.h