diff options
author | David Sterba <dsterba@suse.com> | 2019-06-13 17:27:36 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 14:59:05 +0200 |
commit | b33151e7b3a3d057f975852164581d89b2e6716a (patch) | |
tree | 7842e686cfab3963a9563e3462f7b873d966985f /fs/btrfs/sysfs.h | |
parent | btrfs: sysfs: add debugging exports (diff) | |
download | linux-b33151e7b3a3d057f975852164581d89b2e6716a.tar.xz linux-b33151e7b3a3d057f975852164581d89b2e6716a.zip |
btrfs: delete debugfs code
Replaced by the sysfs exports that provide a more fine grained interface
for filesystem debugging.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/sysfs.h')
-rw-r--r-- | fs/btrfs/sysfs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h index 40716b357c1d..4bb4fe96d4bd 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h @@ -3,11 +3,6 @@ #ifndef BTRFS_SYSFS_H #define BTRFS_SYSFS_H -/* - * Data exported through sysfs - */ -extern u64 btrfs_debugfs_test; - enum btrfs_feature_set { FEAT_COMPAT, FEAT_COMPAT_RO, |