diff options
author | Jens Axboe <axboe@fb.com> | 2014-06-25 00:22:24 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-06-25 00:22:24 +0200 |
commit | 66cb45aa41315d1d9972cada354fbdf7870d7714 (patch) | |
tree | 5ca5ef3c31f24a7a11989d8a6a163eed9aaf9528 /block/genhd.c | |
parent | bio: remove unused macro bip_vec_idx() (diff) | |
download | linux-66cb45aa41315d1d9972cada354fbdf7870d7714.tar.xz linux-66cb45aa41315d1d9972cada354fbdf7870d7714.zip |
block: add support for limiting gaps in SG lists
Another restriction inherited for NVMe - those devices don't support
SG lists that have "gaps" in them. Gaps refers to cases where the
previous SG entry doesn't end on a page boundary. For NVMe, all SG
entries must start at offset 0 (except the first) and end on a page
boundary (except the last).
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/genhd.c')
0 files changed, 0 insertions, 0 deletions