]> git.baikalelectronics.ru Git - 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)
commitc31dae4d89777f8c1d8fc5fbd12ea8477b955244
treeb7ed0b727776bcf71ae24f7e3c5c621ed92a81e2
parentbf644e7fefd1cea099a0ad48802daa04dc91e019
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