Re: [PATCH 9/9] bio-integrity: stop abusing bi_end_io
From: Jens Axboe <axboe@kernel.dk>
Date: 2017-07-03 23:00:32
Also in:
linux-fsdevel
From: Jens Axboe <axboe@kernel.dk>
Date: 2017-07-03 23:00:32
Also in:
linux-fsdevel
On 06/29/2017 12:31 PM, Christoph Hellwig wrote:
And instead call directly into the integrity code from bio_end_io.
This patch doesn't apply to master. But more importantly, it also doesn't compile without INTEGRITY:
+static inline bool bio_integrity_endio(struct bio *)
+{
+ return true;
+}Oops... I hand applied and fixed it up. -- Jens Axboe