Re: [PATCH 09/19 v2] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-07-06 15:24:38
Also in:
linux-bcache
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-07-06 15:24:38
Also in:
linux-bcache
On Thu, Jul 06, 2017 at 03:35:48PM +0800, Coly Li wrote:
Then gfs2 breaks the above rule ? in gfs2_metapath_ra() and gfs2_dir_readahead(), only REQ_META is used in submit_bh(). It seems an extra REQ_PRIO should be there.
Or maybe not. E.g. XFS absolutely avoids using REQ_PRIO for any of the buffer writeback as it does not have priority. You'll need to ask gfs2 folks if they want this I/O to have priority or not.