From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Wed, 12 Dec 2018 08:37:56 +0100 Subject: [PATCH RFC 4/4] nvme-multipath: disable polling for underlying namespace request queue In-Reply-To: References: <20181211233652.9705-1-sagi@grimberg.me> <20181211233652.9705-5-sagi@grimberg.me> <20181212071140.GD28461@lst.de> <20181212072132.GA28850@lst.de> Message-ID: <20181212073756.GB29091@lst.de> On Tue, Dec 11, 2018@11:29:33PM -0800, Sagi Grimberg wrote: > Yea I agree.. Would probably make better sense to forbid it in the core, > but I'm not entirely sure how this is possible make_request drivers... Either we can clear the flag in generic_make_request when QUEUE_FLAG_POLL is not set, or just change the few users to never even set it in that case.