Hello All,
Im running Cent OS 5.8 and had a kernal panic.
I have resolved this before by running xfs_repair but recently ran into an issue where it seems to hang on Phase 4.
In research i found there was a pactch for this in the XFS patch list.
I have never applied a patch like this and not sure if anyone is familiar with how.
Downloading the patch it looks like some code to be executed. Any assistance would be great
diff -Nurp xfsprogs-3.1.5/repair/btree.c xfsprogs-3.1.5-dirty/repair/btree.c
--- xfsprogs-3.1.5/repair/btree.c 2011-03-31 12:11:25.000000000 +0900
+++ xfsprogs-3.1.5-dirty/repair/btree.c 2011-04-17 16:04:14.000000000 +0900
@@ -520,6 +520,7 @@ btree_update_key(
return EINVAL;
btree_update_node_key(root, root->cursor, 0, new_key);
+ root->cur_key = new_key;
return 0;
}