On Mon, May 02, 2016 at 04:51:04PM +0200, Jan Kara wrote: > When filesystem is corrupted in the right way, it can happen > ext4_mark_iloc_dirty() in ext4_orphan_add() returns error and we > subsequently remove inode from the in-memory orphan list. However this > deletion is done with list_del(&EXT4_I(inode)->i_orphan) and thus we > leave i_orphan list_head with a stale content. Later we can look at this > content causing list corruption, oops, or other issues. The reported > trace looked like:... Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html