ping? On Mon, May 04, 2020 at 06:10:05PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > include/linux/blk_types.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h > index 90895d594e647..7443e474cdad5 100644 > --- a/include/linux/blk_types.h > +++ b/include/linux/blk_types.h > @@ -323,7 +323,6 @@ enum req_flag_bits { > __REQ_RAHEAD, /* read ahead, can fail anytime */ > __REQ_BACKGROUND, /* background IO */ > __REQ_NOWAIT, /* Don't wait if request will block */ > - __REQ_NOWAIT_INLINE, /* Return would-block error inline */ > /* > * When a shared kthread needs to issue a bio for a cgroup, doing > * so synchronously can lead to priority inversions as the kthread > @@ -358,7 +357,6 @@ enum req_flag_bits { > #define REQ_RAHEAD (1ULL << __REQ_RAHEAD) > #define REQ_BACKGROUND (1ULL << __REQ_BACKGROUND) > #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) > -#define REQ_NOWAIT_INLINE (1ULL << __REQ_NOWAIT_INLINE) > #define REQ_CGROUP_PUNT (1ULL << __REQ_CGROUP_PUNT) > > #define REQ_NOUNMAP (1ULL << __REQ_NOUNMAP) > -- > 2.26.2 ---end quoted text---