summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2019-08-01 17:34:41 +0200
committerDavid Sterba <dsterba@suse.com>2019-09-09 14:59:06 +0200
commit89439109bc2be5f19c0955d392fb6ea7d0f4ecb3 (patch)
treed05a7239f0e52a0ffc28844a2f019d61fb27b00a /fs/btrfs/super.c
parentae4b9b4c7d546b1cabf9e5da67432cfbc7cd7148 (diff)
btrfs: move sysfs declarations out of ctree.h
As the header for sysfs code already exists, use it to clean up ctree.h. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r--fs/btrfs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 16c7af333d3a..1b151af25772 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -43,6 +43,7 @@
#include "free-space-cache.h"
#include "backref.h"
#include "space-info.h"
+#include "sysfs.h"
#include "tests/btrfs-tests.h"
#include "block-group.h"