commit | 60dfdf25bd31b94d0ed8e0ea50964ff22cc36a87 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <[email protected]> | Wed Mar 27 14:24:14 2019 +0200 |
committer | David Sterba <[email protected]> | Mon Apr 29 19:02:37 2019 +0200 |
tree | 819f1fb5e3b99e42df9900abe8a43323cf687a8e | |
parent | 1c11b63eff2a67906cb9137bc6b2ee27767f313b [diff] |
btrfs: Remove 'trans' argument from find_free_dev_extent(_start) Now that these functions no longer require a handle to transaction to inspect pending/pinned chunks the argument can be removed. At the same time also remove any surrounding code which acquired the handle. Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>