]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
btrfs: Remove unused arguments in tree-log.c
authorZhaolei <zhaolei@cn.fujitsu.com>
Mon, 17 Aug 2015 10:44:46 +0000 (18:44 +0800)
committerChris Mason <clm@fb.com>
Wed, 19 Aug 2015 21:25:15 +0000 (14:25 -0700)
commit60d53eb3107c8e8960e8d7c22aa4e69aac7a8fe6
treeb7ed0b727776bcf71ae24f7e3c5c621ed92a81e2
parent34eb2a524997e5cd7117569b1fda925516adf6ac
btrfs: Remove unused arguments in tree-log.c

Following arguments are not used in tree-log.c:
 insert_one_name(): path, type
 wait_log_commit(): trans
 wait_for_writer(): trans

This patch remove them.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/tree-log.c