commit | e410e34fad913dd568ec28d2a9949694324c14db | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Fri Jan 29 08:19:37 2016 -0800 |
committer | Chris Mason <clm@fb.com> | Fri Jan 29 08:19:37 2016 -0800 |
tree | c44bcb7e4a1844a17ad960fc7bfdcb73ff8485c5 | |
parent | e1c0ebad3f77387c6684f8b7e86a4bbaca7577ac [diff] |
Revert "btrfs: synchronize incompat feature bits with sysfs files" This reverts commit 14e46e04958df740c6c6a94849f176159a333f13. 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>