Displaying 2 results from an estimated 2 matches for "__add_tree_block".
2013 Jun 13
0
[PATCH] Btrfs: fix not being able to find skinny extents during relocate
...---
fs/btrfs/relocation.c | 35 +++++++++++++++++++++++++++--------
1 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
index 6162d90..df3c632 100644
--- a/fs/btrfs/relocation.c
+++ b/fs/btrfs/relocation.c
@@ -3309,6 +3309,8 @@ static int __add_tree_block(struct reloc_control *rc,
struct btrfs_path *path;
struct btrfs_key key;
int ret;
+ bool skinny = btrfs_fs_incompat(rc->extent_root->fs_info,
+ SKINNY_METADATA);
if (tree_block_processed(bytenr, blocksize, rc))
return 0;
@@ -3319,10 +3321,15 @@ static int __add_tree_block(str...
2013 Jul 13
1
btrfs filesystem balance /mnt/btrfs -> segmentation fault (kernel BUG at fs/btrfs/relocation.c:3296!)
...m: btrfs Not tainted 3.10.0 #2
[18483.576167] Hardware name: System manufacturer System Product Name/P8H77-M PRO, BIOS 1101 02/04/2013
[18483.576259] task: ffff8807f3edc4a0 ti: ffff8802ceb26000 task.ti: ffff8802ceb26000
[18483.576348] RIP: 0010:[<ffffffffa0734e98>] [<ffffffffa0734e98>] __add_tree_block+0x11b/0x12c [btrfs]
[18483.576453] RSP: 0018:ffff8802ceb27a28 EFLAGS: 00010287
[18483.576501] RAX: 0000000000000001 RBX: ffff8807efdadcf0 RCX: 0000018b46636000
[18483.576550] RDX: 00000000000000a9 RSI: ffff88047afa24f4 RDI: ffff8802ceb27a68
[18483.576600] RBP: ffff8802ceb27a98 R08: ffff8802ceb27a6...