Re: [PATCH] btrfs: add simple debugfs interface

2014-01-28 Thread Josef Bacik
On 01/15/2014 08:25 PM, David Sterba wrote: 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 visib

[PATCH] btrfs: add simple debugfs interface

2014-01-15 Thread David Sterba
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