Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626935

Re: [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim v2

From "Martin K. Petersen" <martin.petersen@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim v2
Date 2017-04-20 04:40 +0200
Message-ID <tyaaK-3bq-13@gated-at.bofh.it> (permalink)
References <tsBQl-hL-3@gated-at.bofh.it> <tsBQl-hL-5@gated-at.bofh.it>
Organization Oracle Corporation

Show all headers | View raw


Dmitry Monakhov <dmonakhov@openvz.org> writes:

> bio_integrity_trim inherent it's interface from bio_trim and accept
> offset and size, but this API is error prone because data offset must
> always be insync with bio's data offset. That is why we have integrity
> update hook in bio_advance()
>
> So only meaningful values are: offset == 0, sectors ==
> bio_sectors(bio) Let's just remove them completely.

This interface predates the iter/immutable stuff. It should be fine to
remove the call arguments now.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>

-- 
Martin K. Petersen	Oracle Linux Engineering

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim v2 "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-04-20 04:40 +0200

csiph-web