commit | 77ab86bf1c64ab282f2230521c7d4d7f69ea3a3f | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed Feb 15 16:28:30 2017 -0500 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:56 2017 +0100 |
tree | 69cb50c98914c2bf277fefc78ec51ce23889ec5f | |
parent | 5e00f1939f6e994123589c6e3d307de02b43c914 [diff] |
btrfs: free-space-cache, clean up unnecessary root arguments The free space cache APIs accept a root but always use the tree root. Also, btrfs_truncate_free_space_cache accepts a root AND an inode but the inode always points to the root anyway, so let's just pass the inode. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>