summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2025-09-08 12:56:39 +0200
committerJens Axboe <axboe@kernel.dk>2025-09-09 07:31:59 -0600
commitd86eaa0f3c56da286853b698b45c8ce404291082 (patch)
tree16ad9585e0995775a3930713066eac098e5c5fe9 /scripts/gdb/linux/lists.py
parent70a6f71b1a77decfc5b1db426ccbe914b58adb38 (diff)
block: remove the bi_inline_vecs variable sized array from struct bio
Bios are embedded into other structures, and at least spare is unhappy about embedding structures with variable sized arrays. There's no real need to the array anyway, we can replace it with a helper pointing to the memory just behind the bio, and with the previous cleanups there is very few site doing anything special with it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: John Garry <john.g.garry@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions