]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: change btrfs_pin_log_trans to return void
authorzhong jiang <zhongjiang@huawei.com>
Thu, 16 Aug 2018 16:37:15 +0000 (00:37 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Oct 2018 15:23:27 +0000 (17:23 +0200)
commiteb046cbcd66fa04d1e34f7a5d908be63bb85a97d
tree55ab4d1310104c9115954a3293f8c74c868fcd32
parentfab7187ee12402706a940602294c40f2fde3cd17
btrfs: change btrfs_pin_log_trans to return void

btrfs_pin_log_trans defines the variable "ret" for return value, but it
is not modified after initialization. Further, I find that none of the
callers do handles the return value, so it is safe to drop the unneeded
"ret" and make it return void.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c
fs/btrfs/tree-log.h