]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commit57ec5fb478a3c27073ebc8f8f47a91eaaa083c13
tree5be8d026bac560285bf86402766693fa8ca2d809
parent9c36396c2a788facd4282a2b0646a1c4ac19847a
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