提交 1f5a7ff9 编写于 作者: D David Sterba 提交者: Josef Bacik

btrfs: send: squeeze bitfilelds in fs_path

We know that buf_len is at most PATH_MAX, 4k, and can merge it with the
reversed member. This saves 3 bytes in favor of inline_buf.
Signed-off-by: NDavid Sterba <dsterba@suse.cz>
Signed-off-by: NJosef Bacik <jbacik@fb.com>
上级 e25a8122
......@@ -53,8 +53,8 @@ struct fs_path {
char *end;
char *buf;
int buf_len;
unsigned int reversed:1;
unsigned short buf_len:15;
unsigned short reversed:1;
char inline_buf[];
};
char pad[PAGE_SIZE];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册