commit | ff9811b3cf2092fe6c39cf694e5e7f949f3b2c16 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Thu Aug 01 15:50:42 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Aug 04 21:41:29 2019 -0600 |
tree | f61263180210bb5edf1294aa76ef37669928453b | |
parent | dad7758459bc6097115f5e783eda232f36b1ad99 [diff] |
block: Simplify bvec_split_segs() Simplify this function by by removing two if-tests. Other than requiring that the @sectors pointer is not NULL, this patch does not change the behavior of bvec_split_segs(). Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Cc: Christoph Hellwig <hch@lst.de> Cc: Ming Lei <ming.lei@redhat.com> Cc: Hannes Reinecke <hare@suse.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>