[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160325104549.GB10525@infradead.org>
Date: Fri, 25 Mar 2016 03:45:49 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Vishal Verma <vishal.l.verma@...el.com>
Cc: linux-nvdimm@...1.01.org, linux-fsdevel@...r.kernel.org,
linux-block@...r.kernel.org, xfs@....sgi.com,
linux-ext4@...r.kernel.org, linux-mm@...ck.org,
Matthew Wilcox <matthew.r.wilcox@...el.com>,
Ross Zwisler <ross.zwisler@...ux.intel.com>,
Dan Williams <dan.j.williams@...el.com>,
Dave Chinner <david@...morbit.com>, Jan Kara <jack@...e.cz>,
Jens Axboe <axboe@...com>, Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 5/5] dax: handle media errors in dax_do_io
On Thu, Mar 24, 2016 at 05:17:30PM -0600, Vishal Verma wrote:
> dax_do_io (called for read() or write() for a dax file system) may fail
> in the presence of bad blocks or media errors. Since we expect that a
> write should clear media errors on nvdimms, make dax_do_io fall back to
> the direct_IO path, which will send down a bio to the driver, which can
> then attempt to clear the error.
Leave the fallback on -EIO to the callers please. They generally call
__blockdev_direct_IO anyway, so it should actually become simpler that
way.
--
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