On Tue, Jul 06, 2021 at 10:29:37PM -0700, Satya Tangirala wrote: > From: Satya Tangirala <satyat@xxxxxxxxxx> > > This function returns the required alignment for the number of sectors in > a bio. In particular, the number of sectors passed to bio_split() must be > aligned to this value. > > Signed-off-by: Satya Tangirala <satyat@xxxxxxxxxx> > --- > block/blk.h | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric