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)
commit6d4cbf790307515dcd91eb2165e36e9b83d0fab6
treef5cf2fffe859c73d154ca3ec8279dabefc7e582a
parent59b0713a8a6c0f72ab468507dcd6b866869b900a
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 b5e6c3e170b7 ("btrfs: always wait on ordered extents at fsync
time") and commit a2120a473a80 ("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