summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
diff options
context:
space:
mode:
authorMasatake YAMATO2009-02-25 14:51:57 +0100
committerJiri Kosina2009-03-30 15:22:03 +0200
commit3e3cb64f6c306079dd8fa888c6c0a63e7e13f966 (patch)
tree2360e49a2fcadb919cdc8c9cb9fc1ace83ebcc8b /fs/fs-writeback.c
parenttrivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL (diff)
downloadkernel-qcow2-linux-3e3cb64f6c306079dd8fa888c6c0a63e7e13f966.tar.gz
kernel-qcow2-linux-3e3cb64f6c306079dd8fa888c6c0a63e7e13f966.tar.xz
kernel-qcow2-linux-3e3cb64f6c306079dd8fa888c6c0a63e7e13f966.zip
trivial: fix a pdlfush -> pdflush typo in comment
Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r--fs/fs-writeback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index e3fe9918faaf..99903ab76572 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -420,7 +420,7 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc)
* If older_than_this is non-NULL, then only write out inodes which
* had their first dirtying at a time earlier than *older_than_this.
*
- * If we're a pdlfush thread, then implement pdflush collision avoidance
+ * If we're a pdflush thread, then implement pdflush collision avoidance
* against the entire list.
*
* If `bdi' is non-zero then we're being asked to writeback a specific queue.