aboutsummaryrefslogtreecommitdiffstats
path: root/f2fs-move-proc-files-to-debugfs.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-23 13:21:24 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-23 13:21:24 -0700
commitca42b7bebcca5bc64e9fc3c7b9332fec242fc801 (patch)
treeea458b81bb4de81c7daf9f0c2c5a6192ab34bdd7 /f2fs-move-proc-files-to-debugfs.patch
parent41f178b77b48a902eec2f5ffefcc2db4c287626b (diff)
downloadpatches-ca42b7bebcca5bc64e9fc3c7b9332fec242fc801.tar.gz
f2fs updates
Diffstat (limited to 'f2fs-move-proc-files-to-debugfs.patch')
-rw-r--r--f2fs-move-proc-files-to-debugfs.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/f2fs-move-proc-files-to-debugfs.patch b/f2fs-move-proc-files-to-debugfs.patch
index 1f17bda58a9b32..9353b200599b1f 100644
--- a/f2fs-move-proc-files-to-debugfs.patch
+++ b/f2fs-move-proc-files-to-debugfs.patch
@@ -4,15 +4,15 @@ To: Greg KH <gregkh@linuxfoundation.org>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: 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/
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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.
+This moves all of the f2fs debugging files into debugfs. The files are
+located in /sys/kernel/debug/f2fs/
-Compile-tested only, I don't have any f2fs images here to run-time test this with.
+Note, 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>
---