Displaying 2 results from an estimated 2 matches for "splice_shared_node".
2010 Jan 23
0
btrfsck failed
I tried an (offline) btrfsck and got the following error message:
> btrfsck /dev/sdb3
btrfsck: btrfsck.c:584: splice_shared_node: Assertion `!(src ==
&src_node->root_cache)'' failed. Aborted
I use kernel version 2.6.32.2 with builtin btrfs-drivers.
Greetings, Michael
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More...
2011 Feb 09
1
warning in btrfs_free_block_groups
...pinned > 0 ||
space_info->bytes_reserved > 0) {
WARN_ON(1);
dump_space_info(space_info, 0, 0);
}
list_del(&space_info->list);
kfree(space_info);
}
return 0;
When I tried btrfsck, I get:
btrfsck: btrfsck.c:584: splice_shared_node: Assertion `!(src == &src_node->root_cache)'' failed.
I''m making heavy use of subvolume snapshots. The partition is
being used for backups and I use ''rsync --inplace'' along with the
CoW feature to preserve space.
Regards,
Neil
--
To unsubscribe from t...