aboutsummaryrefslogtreecommitdiffstats
path: root/f2fs-move-statistics-code-into-one-file.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-statistics-code-into-one-file.patch
parent41f178b77b48a902eec2f5ffefcc2db4c287626b (diff)
downloadpatches-ca42b7bebcca5bc64e9fc3c7b9332fec242fc801.tar.gz
f2fs updates
Diffstat (limited to 'f2fs-move-statistics-code-into-one-file.patch')
-rw-r--r--f2fs-move-statistics-code-into-one-file.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/f2fs-move-statistics-code-into-one-file.patch b/f2fs-move-statistics-code-into-one-file.patch
index 3540d3728f25c3..397e12456df31d 100644
--- a/f2fs-move-statistics-code-into-one-file.patch
+++ b/f2fs-move-statistics-code-into-one-file.patch
@@ -4,8 +4,11 @@ To: Greg KH <gregkh@linuxfoundation.org>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: f2fs: move statistics code into one file
-This moves all of the procfs statistics code into one file, debug.c and removes
-the #ifdefs from the core f2fs code when calling statistic functions.
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This moves all of the procfs statistics code into one file, debug.c and
+removes the #ifdefs from the core f2fs code when calling statistic
+functions.
This will make it more obvious how to move from procfs to debugfs, no
functionality was changed here at all.