diff options
author | Nikolay Borisov <nborisov@suse.com> | 2018-06-20 15:49:13 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-08-06 13:12:37 +0200 |
commit | 61da2abfcad9c7e1a9c2f74ae7af8637d9fba36e (patch) | |
tree | 318a1770e335adc4919c364d4fb5bacb6fd83665 /fs/btrfs/tree-log.c | |
parent | 87cc7a8a2afbe806bb18ef440277c4f2e58224fa (diff) | |
download | talos-obmc-linux-61da2abfcad9c7e1a9c2f74ae7af8637d9fba36e.tar.gz talos-obmc-linux-61da2abfcad9c7e1a9c2f74ae7af8637d9fba36e.zip |
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>
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 7f6aaeb4bd22..b3b1d424f2d8 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -715,7 +715,6 @@ static noinline int replay_one_extent(struct btrfs_trans_handle *trans, * allocation tree */ ret = btrfs_alloc_logged_file_extent(trans, - fs_info, root->root_key.objectid, key->objectid, offset, &ins); if (ret) |