]> 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)
commit444136de57f9091ddb1cbde1e8d0bcdafb6c64ca
treef5cf2fffe859c73d154ca3ec8279dabefc7e582a
parent812477b531ef4e21a7369136143c2defb2a210ce
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 149cbed22c89 ("btrfs: always wait on ordered extents at fsync
time") and commit 48ee06d03a2a ("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