提交 22fc7b6c 编写于 作者: M Marek Behún 提交者: Tom Rini

fs: btrfs: Remove unused debug code left from development

Signed-off-by: NMarek Behun <marek.behun@nic.cz>
上级 025a0d40
......@@ -221,7 +221,3 @@ int btrfs_uuid(char *uuid_str)
#endif
return -ENOSYS;
}
/*
btrfs_list_subvols();
*/
......@@ -45,16 +45,6 @@ static int generic_bin_search(void *addr, int item_size, struct btrfs_key *key,
int low = 0, high = max, mid, ret;
struct btrfs_key *tmp;
if (0) {
int i;
printf("\tsearching %llu %i\n", key->objectid, key->type);
for (i = 0; i < max; ++i) {
tmp = (struct btrfs_key *) ((u8 *) addr + i*item_size);
printf("\t\t%llu %i\n", tmp->objectid, tmp->type);
}
printf("\n");
}
while (low < high) {
mid = (low + high) / 2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册