Follow the comments from Greg KH on LKML. Move 'xib' and 'xi0 ... xiN' entries from sysaufs to debugfs. They show how many disk blocks are consumed. J. R. Okajima (3): aufs: convert some aufs entries from sysfs to debugfs, new files aufs: convert some aufs entries from sysfs to debugfs aufs: convert some aufs entries from sysfs to debugfs, documentation Documentation/ABI/testing/debugfs-aufs | 40 +++++ Documentation/ABI/testing/sysfs-aufs | 37 ---- Documentation/filesystems/aufs/README | 3 +- Documentation/filesystems/aufs/aufs.5 | 57 ++++--- fs/aufs/Makefile | 1 + fs/aufs/aufs.h | 1 + fs/aufs/branch.c | 2 +- fs/aufs/branch.h | 6 +- fs/aufs/dbgaufs.c | 292 ++++++++++++++++++++++++++++++++ fs/aufs/dbgaufs.h | 68 ++++++++ fs/aufs/super.c | 5 + fs/aufs/super.h | 19 ++ fs/aufs/sysaufs.c | 30 +++- fs/aufs/sysaufs.h | 16 +- fs/aufs/sysfs.c | 168 ++++--------------- 15 files changed, 527 insertions(+), 218 deletions(-) create mode 100644 Documentation/ABI/testing/debugfs-aufs create mode 100644 fs/aufs/dbgaufs.c create mode 100644 fs/aufs/dbgaufs.h -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html