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)
commit45128b08f74131753a10a584e3e5c4496b279269
tree55ab4d1310104c9115954a3293f8c74c868fcd32
parent556f3ca88ecb7087e7e3144e429414c60a300984
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