https://bugzilla.kernel.org/show_bug.cgi?id=209005 Eric Sandeen (sandeen@xxxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandeen@xxxxxxxxxx --- Comment #1 from Eric Sandeen (sandeen@xxxxxxxxxx) --- Can you attach the whole xfs_repair log? In most of these cases, we set "junkit=1" and later, if that's set, we complete the string with something like: /* * Clear junked entries. */ if (junkit) { if (!no_modify) { dep->name[0] = '/'; *dirty = 1; do_warn(_("clearing entry\n")); } else { do_warn(_("would clear entry\n")); } } but the logic is pretty tangled up in this function. It might help to see the full xfs_repair output if you can provide it. Thanks, -Eric -- You are receiving this mail because: You are watching the assignee of the bug.