commit | b159fa2808b1b53d784807a48ad95fa809be10b0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Nov 08 18:09:03 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 30 13:45:17 2016 +0100 |
tree | fc5c081987f9a01dae93a05162d736d91af86dff | |
parent | fba1acf9ff77656e3b9f5c0f7b6a52c93e4932ec [diff] |
btrfs: remove constant parameter to memset_extent_buffer and rename it The only memset we do is to 0, so sink the parameter to the function and simplify all calls. Rename the function to reflect the behaviour. Signed-off-by: David Sterba <dsterba@suse.com>