From: Greg Kroah-Hartman Date: Fri, 2 Nov 2012 21:50:41 +0000 (+0900) Subject: f2fs: move proc files to debugfs X-Git-Tag: v3.8-rc1~23^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902829aa0b722511369e4e6193e66390bc58e0a2;p=pandora-kernel.git 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 [jaegeuk.kim@samsung.com: merged 3 debugfs entries into a *status* entry] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed