On Mon, Mar 21, 2016 at 10:15:23AM -0600, Jens Axboe wrote: > > ext4_io_submit() use to check for EOPNOTSUPP after bio submission, > which is why it had to get an extra reference to the bio before > submitting it. But since we no longer touch the bio after submission, > get rid of the redundant get/put of the bio. If we do get the extra > reference, we enter the slower path of having to flag this bio as now > having external references. > > Signed-off-by: Jens Axboe <axboe@xxxxxx> Jens, thanks for pointing this out. I've applied this to the ext4.git tree. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html