]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:49:13 +0000 (15:49 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:37 +0000 (13:12 +0200)
commit61da2abfcad9c7e1a9c2f74ae7af8637d9fba36e
tree318a1770e335adc4919c364d4fb5bacb6fd83665
parent87cc7a8a2afbe806bb18ef440277c4f2e58224fa
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent

It can be referenced from trans since the function is always called
within a valid transaction.

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/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/tree-log.c