]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: tests: move testing members of struct btrfs_root to the end
authorDavid Sterba <dsterba@suse.com>
Fri, 17 Aug 2018 15:38:12 +0000 (17:38 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Oct 2018 15:23:34 +0000 (17:23 +0200)
commit3c7bdf81a61df504863b3e14e252bb7b857d21cc
tree5be8d026bac560285bf86402766693fa8ca2d809
parent636380759cfcf3736a93f5187d4272fc8a877387
btrfs: tests: move testing members of struct btrfs_root to the end

The data used only for tests are better placed at the end of the
structure so that they don't change the structure layout. All new
members of btrfs_root should be placed before.

Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h