]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
f2fs: move proc files to debugfs
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Nov 2012 21:50:41 +0000 (06:50 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 11 Dec 2012 04:43:42 +0000 (13:43 +0900)
commit902829aa0b722511369e4e6193e66390bc58e0a2
tree3e0e5c61b26844f161505ceedc6e93a548689082
parentd624c96fb3249e5d3dcf4e60a805e5e6b0dd7d91
f2fs: move proc files to debugfs

This moves all of the f2fs debugging files into debugfs. The files are
located in /sys/kernel/debug/f2fs/

Note, I think we are generating all of the same information in each of
the files for every unique f2fs filesystem in the machine.  This copies
the functionality that was present in the proc files, but this should be
fixed up in the future.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
[jaegeuk.kim@samsung.com: merged 3 debugfs entries into a *status* entry]
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/debug.c [new file with mode: 0644]