]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "btrfs: synchronize incompat feature bits with sysfs files"
authorChris Mason <clm@fb.com>
Fri, 29 Jan 2016 16:19:37 +0000 (08:19 -0800)
committerChris Mason <clm@fb.com>
Fri, 29 Jan 2016 16:19:37 +0000 (08:19 -0800)
commit27aa7ad0709100becd3b7178d4e393f21f7229c9
treec44bcb7e4a1844a17ad960fc7bfdcb73ff8485c5
parentc77a026d6397c3a2e3da976fc51f43bd05f6f67d
Revert "btrfs: synchronize incompat feature bits with sysfs files"

This reverts commit 689df070fc52caf5db4d290c401cd8cd0e05a0ad.

This ends up doing sysfs operations from deep in balance (where we
should be GFP_NOFS) and under heavy balance load, we're making races
against sysfs internals.

Revert it for now while we figure things out.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/free-space-tree.c
fs/btrfs/ioctl.c
fs/btrfs/super.c
fs/btrfs/volumes.c