Re: [PATCH 2/3] HWPOISON: report sticky EIO for poisoned file

2012-08-23 Thread Naoya Horiguchi
On Thu, Aug 23, 2012 at 05:22:11PM +0800, Fengguang Wu wrote: > On Wed, Aug 22, 2012 at 11:17:34AM -0400, Naoya Horiguchi wrote: > > From: Wu Fengguang > > > > This makes the EIO reports on write(), fsync(), or the NFS close() > > sticky enough. The only way to get rid of it may be > > > > e

Re: [PATCH 2/3] HWPOISON: report sticky EIO for poisoned file

2012-08-23 Thread Fengguang Wu
On Wed, Aug 22, 2012 at 11:17:34AM -0400, Naoya Horiguchi wrote: > From: Wu Fengguang > > This makes the EIO reports on write(), fsync(), or the NFS close() > sticky enough. The only way to get rid of it may be > > echo 3 > /proc/sys/vm/drop_caches That's no longer valid with your next pa