btrfs: get fs_info from trans in init_first_rw_device
authorDavid Sterba <dsterba@suse.com>
Wed, 20 Mar 2019 15:29:13 +0000 (16:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:42 +0000 (19:02 +0200)
commit6f8e0fc77cd5534f6c3b1494adcc9dd8da8998a5
tree62624869e928187087425df8ec9ccaef22f43ef9
parent94f94ad9725550bc33e5561b55fc4506228b1d7b
btrfs: get fs_info from trans in init_first_rw_device

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/volumes.c