Re: backtraces when mounting ext2 with sync option.

From: Jeff Moyer
Date: Mon Jun 22 2009 - 10:42:29 EST


Dave Jones <davej@xxxxxxxxxx> writes:

> I see this when I mount an ext2 usb stick with the -o sync option.
>
> Dave
>
> ------------[ cut here ]------------
> WARNING: at fs/fs-writeback.c:292 __writeback_single_inode+0x125/0x287()

292: WARN_ON(inode->i_state & I_NEW);

> WARNING: at fs/fs-writeback.c:317 __writeback_single_inode+0x1d3/0x287()

317: WARN_ON(inode->i_state & I_NEW);

http://marc.info/?l=linux-fsdevel&m=124393728021298&w=2

Nick already sent a patch to fix this.

Cheers,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/