On Mon, May 20, 2019 at 04:02:06PM +0000, bugzilla-daemon@xxxxxxxxxxxxxxxxxxx wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=203655 > > Eric Sandeen (sandeen@xxxxxxxxxxx) changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |sandeen@xxxxxxxxxxx > > --- Comment #2 from Eric Sandeen (sandeen@xxxxxxxxxxx) --- > I think the question here is whether the ASSERT() is valid - we don't ever want > to assert on disk corruption, it should only be for "this should never happen > in the code" scenarios. > Makes sense. It's not clear to me whether that's the intent of the bug, but regardless I think it would be reasonable to kill off that particular assert. We already warn and return an error. Brian > -- > You are receiving this mail because: > You are watching the assignee of the bug.