projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9feedc9
)
writeback: fix a typo in comment
author
Yan Hong
<clouds.yan@gmail.com>
Wed, 12 Dec 2012 21:52:14 +0000
(13:52 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 13 Dec 2012 01:38:34 +0000
(17:38 -0800)
Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fs-writeback.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/fs-writeback.c
b/fs/fs-writeback.c
index 3e3422f7f0a4b4c46080cf798c4185af0642e05d..310972b72a6654c1597fc11f717954606561c47e 100644
(file)
--- a/
fs/fs-writeback.c
+++ b/
fs/fs-writeback.c
@@
-1034,7
+1034,7
@@
int bdi_writeback_thread(void *data)
while (!kthread_freezable_should_stop(NULL)) {
/*
* Remove own delayed wake-up timer, since we are already awake
- * and we'll take care of the p
r
eriodic write-back.
+ * and we'll take care of the periodic write-back.
*/
del_timer(&wb->wakeup_timer);