diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-01 10:41:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-01 10:41:26 -0700 |
commit | 4f4274af7009890f0d4724909bf9038193955489 (patch) | |
tree | 56c0a195315acec637931f37c88b4a9ecba92e4c /fs/btrfs/super.c | |
parent | 9f935675d41aa51ebf929fc977cf530ff7d1a7fc (diff) | |
parent | d05a2b4cd97071462e77e6a7a8f109c36307182a (diff) | |
download | talos-op-linux-4f4274af7009890f0d4724909bf9038193955489.tar.gz talos-op-linux-4f4274af7009890f0d4724909bf9038193955489.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs fixes from Chris Mason:
"Filipe is nailing down some problems with our skinny extent variation,
and Dave's patch fixes endian problems in the new super block checks"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items
Btrfs: properly clean up btrfs_end_io_wq_cache
Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()
btrfs: use macro accessors in superblock validation checks
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index a2b97ef10317..54bd91ece35b 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -2151,6 +2151,7 @@ static void __exit exit_btrfs_fs(void) extent_map_exit(); extent_io_exit(); btrfs_interface_exit(); + btrfs_end_io_wq_exit(); unregister_filesystem(&btrfs_fs_type); btrfs_exit_sysfs(); btrfs_cleanup_fs_uuids(); |