search for: __push_leaf_left

Displaying 3 results from an estimated 3 matches for "__push_leaf_left".

2011 Jan 28
0
[PATCH] ctree code cleanups
...key, int level) { int i; - int ret = 0; struct extent_buffer *t; for (i = level; i < BTRFS_MAX_LEVEL; i++) { @@ -1910,7 +1891,6 @@ static int fixup_low_keys(struct btrfs_trans_handle *trans, if (tslot != 0) break; } - return ret; } /* @@ -2567,7 +2547,6 @@ static noinline int __push_leaf_left(struct btrfs_trans_handle *trans, u32 old_left_nritems; u32 nr; int ret = 0; - int wret; u32 this_item_size; u32 old_left_item_size; @@ -2708,9 +2687,7 @@ static noinline int __push_leaf_left(struct btrfs_trans_handle *trans, clean_tree_block(trans, root, right); btrfs_item_key(rig...
2010 Oct 08
5
Slow link/Capacity changed + Kernel OOPS... possible hardware issues, ideas?
...:40:52 (none) kernel: [<f89be7e7>] ? copy_extent_buffer+0x117/0x150 [btrfs] Oct 8 02:40:52 (none) kernel: [<c1043a0d>] warn_slowpath_null+0x1d/0x20 Oct 8 02:40:52 (none) kernel: [<f89be7e7>] copy_extent_buffer+0x117/0x150 [btrfs] Oct 8 02:40:52 (none) kernel: [<f897e91d>] __push_leaf_left+0x18d/0x6d0 [btrfs] Oct 8 02:40:52 (none) kernel: [<f897e745>] ? btrfs_leaf_free_space+0x45/0x90 [btrfs] Oct 8 02:40:52 (none) kernel: [<f897ef83>] push_leaf_left+0x123/0x130 [btrfs] Oct 8 02:40:52 (none) kernel: [<f898013a>] split_leaf+0x5fa/0x700 [btrfs] Oct 8 02:40:52 (none...
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them