OSDN Git Service

btrfs: Remove fs_info from btrfs_add_delayed_data_ref
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:48:54 +0000 (15:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:34 +0000 (13:12 +0200)
commit88a979c615d0d9da19498b3b7692e725fb2f387e
treec112a231af84f394ab46e8f07620606634e7779b
parent44e1c47d5c3f31a9f5c883834eb9e29d0b165ea8
btrfs: Remove fs_info from btrfs_add_delayed_data_ref

This function is always called with a valid transaction handle from
where fs_info can be referenced. No functional changes.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c
fs/btrfs/delayed-ref.h
fs/btrfs/extent-tree.c