On 8/6/22 08:20, Jens Axboe wrote: > We don't need full ints for several of these members. Change the > page_order and nr_entries to unsigned shorts, and the true/false from_user > and null_mapped to booleans. > > This shrinks the struct from 32 to 24 bytes on 64-bit archs. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck