commit | 510f85edf1cdf1dbc937eed377442b2826bbb120 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Sep 18 12:15:52 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:13:21 2020 +0200 |
tree | 6bcbb5d421bec0fd72b8be0469f82fea2178b6a2 | |
parent | 3c38c877fcb9504b1db12cb24de9f514cedfae74 [diff] |
btrfs: remove inode argument from add_pending_csums It's used to reference the csum root which can be done from the trans handle as well. Simplify the signature and while at it also remove the noinline attribute as the function uses only at most 16 bytes of stack space. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>