diff options
Diffstat (limited to 'f2fs-move-statistics-code-into-one-file.patch')
| -rw-r--r-- | f2fs-move-statistics-code-into-one-file.patch | 7 |
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. |
