From: David Sterba Date: Wed, 5 Feb 2014 14:36:18 +0000 (+0100) Subject: btrfs: add simple debugfs interface X-Git-Tag: v3.15-rc1~96^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bae30982bc86ab66d61ccb6e22792593b45d44d;p=pandora-kernel.git btrfs: add simple debugfs interface Help during debugging to export various interesting infromation and tunables without the need of extra mount options or ioctls. Usage: * declare your variable in sysfs.h, and include where you need it * define the variable in sysfs.c and make it visible via debugfs_create_TYPE Depends on CONFIG_DEBUG_FS. Signed-off-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-diff-tree failed