diff options
author | zhong jiang | 2018-08-16 18:37:14 +0200 |
---|---|---|
committer | David Sterba | 2018-10-15 17:23:27 +0200 |
commit | 556f3ca88ecb7087e7e3144e429414c60a300984 (patch) | |
tree | ab683c9b200d613db6a925ab8204637411d9c35b /kernel/capability.c | |
parent | Btrfs: remove always true if branch in btrfs_get_extent (diff) | |
download | kernel-qcow2-linux-556f3ca88ecb7087e7e3144e429414c60a300984.tar.gz kernel-qcow2-linux-556f3ca88ecb7087e7e3144e429414c60a300984.tar.xz kernel-qcow2-linux-556f3ca88ecb7087e7e3144e429414c60a300984.zip |
btrfs: change btrfs_free_reserved_bytes to return void
btrfs_free_reserved_bytes uses the variable "ret" for return value,
but it is not modified after initialzation. Further, I find that any of
the callers do not handle the return value, so it is safe to drop the
unneeded "ret" and return void. There are no callees that would need the
function to handle or pass the value either.
Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ update changelog ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'kernel/capability.c')
0 files changed, 0 insertions, 0 deletions