提交 dccabfad 编写于 作者: D David Sterba

btrfs: use smaller type for btrfs_path reada

The possible values for reada are all positive and bounded, we can later
save some bytes by storing it in u8.
Signed-off-by: NDavid Sterba <dsterba@suse.com>
上级 e4058b54
......@@ -596,7 +596,7 @@ struct btrfs_path {
int slots[BTRFS_MAX_LEVEL];
/* if there is real range locking, this locks field will change */
int locks[BTRFS_MAX_LEVEL];
int reada;
u8 reada;
/* keep some upper locks as we walk down */
int lowest_level;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册