]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: get fs_info from trans in write_one_cache_group
authorDavid Sterba <dsterba@suse.com>
Wed, 20 Mar 2019 10:57:46 +0000 (11:57 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:40 +0000 (19:02 +0200)
commit39db232daec79c8fec83b3447a8c9b7352c79fcc
tree2d0348f316c3f6ebfb6cc0d9bfa166009a3f827e
parentf9756261c28c0acdaac8a7a8894d3e25d334d5f3
btrfs: get fs_info from trans in write_one_cache_group

We can read fs_info from the transaction and can drop it from the
parameters.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c