diff options
author | Chris Mason <clm@fb.com> | 2016-12-13 09:14:42 -0800 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2016-12-13 09:14:42 -0800 |
commit | 5f52a2c512a55500349aa261e469d099ede0f256 (patch) | |
tree | fc1d55c8f31f12e6eb0536de01a90bf7dfbb329a /fs/btrfs/delayed-ref.h | |
parent | 7c4c71ac8a72aea595f4cc7e09c2bcc61929c4ac (diff) | |
parent | 2a7bf53f577e49c43de4ffa7776056de26db65d9 (diff) | |
download | talos-obmc-linux-5f52a2c512a55500349aa261e469d099ede0f256.tar.gz talos-obmc-linux-5f52a2c512a55500349aa261e469d099ede0f256.zip |
Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10
Patches queued up by Filipe:
The most important change is still the fix for the extent tree
corruption that happens due to balance when qgroups are enabled (a
regression introduced in 4.7 by a fix for a regression from the last
qgroups rework). This has been hitting SLE and openSUSE users and QA
very badly, where transactions keep getting aborted when running
delayed references leaving the root filesystem in RO mode and nearly
unusable. There are fixes here that allow us to run xfstests again
with the integrity checker enabled, which has been impossible since 4.8
(apparently I'm the only one running xfstests with the integrity
checker enabled, which is useful to validate dirtied leafs, like
checking if there are keys out of order, etc). The rest are just some
trivial fixes, most of them tagged for stable, and two cleanups.
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.h')
-rw-r--r-- | fs/btrfs/delayed-ref.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h index dba97842b47a..50947b5a9152 100644 --- a/fs/btrfs/delayed-ref.h +++ b/fs/btrfs/delayed-ref.h @@ -34,12 +34,6 @@ * ref_head. Must clean this mess up later. */ struct btrfs_delayed_ref_node { - /* - * ref_head use rb tree, stored in ref_root->href. - * indexed by bytenr - */ - struct rb_node rb_node; - /*data/tree ref use list, stored in ref_head->ref_list. */ struct list_head list; /* |