commit | bc9a8bf79cb049eb3af26d53e6ca96dd6a881358 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Dec 19 09:50:20 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 25 14:13:15 2019 +0100 |
tree | b250a8edc408a2ef1794b7b8f756eeed7c9960b3 | |
parent | 9cf10cc195c755e96f818731deeb80fa140d0f97 [diff] |
btrfs: Make first argument of btrfs_run_delalloc_range directly an inode Since this function is no longer a callback there is no need to have its first argument obfuscated with a void *. Change it directly to a pointer to an inode. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>