Re: [PATCH 2/3] ext4: introduce ext4_error_remove_page

From: Jun'ichi Nomura
Date: Mon Oct 29 2012 - 20:01:03 EST


On 10/30/12 04:07, Andi Kleen wrote:
> Theodore Ts'o <tytso@xxxxxxx> writes:
>> Note that the problem that we're dealing with is buffered writes; so
>> it's quite possible that the process which wrote the file, thus
>> dirtying the page cache, has already exited; so there's no way we can
>> guarantee we can inform the process which wrote the file via a signal
>> or a error code return.
>
> Is that any different from other IO errors? It doesn't need to
> be better.

IMO, it is different in that next read from disk will likely succeed.
(and read corrupted data)
For IO errors come from disk failure, next read will likely fail
again so we don't have to remember it somewhere.

>> Also, if you're going to keep this state in memory, what happens if
>> the inode gets pushed out of memory?
>
> You lose the error, just like you do today with any other IO error.

--
Jun'ichi Nomura, NEC Corporation

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