From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chaitanya Kulkarni Date: Fri, 15 Apr 2022 05:42:30 +0000 Subject: [Cluster-devel] [PATCH 14/27] block: add a bdev_stable_writes helper In-Reply-To: <20220415045258.199825-15-hch@lst.de> References: <20220415045258.199825-1-hch@lst.de> <20220415045258.199825-15-hch@lst.de> Message-ID: <3a257cff-628b-e03e-e539-fda51a9ebad9@nvidia.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 4/14/22 21:52, Christoph Hellwig wrote: > Add a helper to check the stable writes flag based on the block_device > instead of having to poke into the block layer internal request_queue. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Martin K. Petersen > --- Looks good. Reviewed-by: Chaitanya Kulkarni -ck