Commit 902829aa authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Jaegeuk Kim
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
[jaegeuk.kim@samsung.com: merged 3 debugfs entries into a *status* entry]
Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent d624c96f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment