提交 6ae2fa67 编写于 作者: R Richard Kennedy 提交者: Alasdair G Kergon

dm io: remove struct padding

Rearrange struct dm_io.
Shrinks size from 40 -> 32 allowing more objects/slab.
Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
上级 c8da2f8d
......@@ -37,8 +37,8 @@ static DEFINE_SPINLOCK(_minor_lock);
struct dm_io {
struct mapped_device *md;
int error;
struct bio *bio;
atomic_t io_count;
struct bio *bio;
unsigned long start_time;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册