]> 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)
commit842dda57f3a0d427fc13b29f9ac33c284817500f
treeb7ed0b727776bcf71ae24f7e3c5c621ed92a81e2
parenta6d8032975228e4f69addbc5ed38e5455ed69af5
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