提交 0e675785 编写于 作者: D David Sterba

btrfs: tests: uninline member definitions in free_space_extent

The recommended way is to put all members on separate lines.
Signed-off-by: NDavid Sterba <dsterba@suse.com>
上级 d2d9ac6a
......@@ -24,7 +24,8 @@
#include "../transaction.h"
struct free_space_extent {
u64 start, length;
u64 start;
u64 length;
};
static int __check_free_space_extents(struct btrfs_trans_handle *trans,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册