]> 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)
commit3482c6f8adb41395dd5a5aa5f5b877277edccfe7
tree5be8d026bac560285bf86402766693fa8ca2d809
parenta040bb8bcc83f0ee2ac86117f12e42ec7794d321
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