[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110501215642.GB2819@thunk.org>
Date: Sun, 1 May 2011 17:56:42 -0400
From: Ted Ts'o <tytso@....edu>
To: Curt Wohlgemuth <curtw@...gle.com>
Cc: linux-ext4@...r.kernel.org, jim@...ering.net, cmm@...ibm.com
Subject: Re: [PATCH] ext4: Don't set PageUptodate in ext4_end_bio()
On Fri, Apr 22, 2011 at 10:51:58AM -0700, Curt Wohlgemuth wrote:
> In the bio completion routine, we should not be setting
> PageUptodate at all -- it's set at sys_write() time, and is
> unaffected by success/failure of the write to disk.
>
> This can cause a page corruption bug when
>
> block size < page size
>
> if we have only written a single block -- we might end up
> setting the entire PageUptodate, which will cause subsequent
> reads to get bad data.
>
> Signed-off-by: Curt Wohlgemuth <curtw@...gle.com>
> Reported-by: Jim Meyering <jim@...ering.net>
> Reported-by: Hugh Dickins <hughd@...gle.com>
> Cc: Mingming Cao <cmm@...ibm.com>
Thanks, I've added this to the ext4 tree.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists