Re: [PATCH 2/2] Handle error in sync_sb_inodes()

From: Guillaume Chazarain
Date: Fri Jan 05 2007 - 05:43:40 EST


Guillaume Chazarain a écrit :
Still no luck :-(

First, sorry for the double posting.

The mapping flag is cleared by this call trace:

do_sync(1)
sync_inodes(1)
__sync_inodes(1)
sync_inodes_sb(sb, 1)
sync_sb_inodes(sb, WB_SYNC_ALL)
__writeback_single_inode(inode, WB_SYNC_ALL)
__sync_single_inode(inode, WB_SYNC_ALL)
filemap_fdatawait(mapping)
wait_on_page_writeback_range(mapping)
test_and_clear(...)

So, I can't see any solution other than:
- asking wait_on_page_writeback_range(mapping) to
leave the flag as is
or
- adding a mapping_set_error() after one of the call
in the trace.

Regards.

--
Guillaume

-
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/