summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorWanpeng Li2012-06-09 05:10:55 +0200
committerFengguang Wu2012-06-09 13:54:47 +0200
commit331cbdeedeb2f4ef01ccb761513708af0fe77098 (patch)
treed7177689ddee2137dc54dead6aa306ac2821deb5 /fs
parentblock: Convert BDI proportion calculations to flexible proportions (diff)
downloadkernel-qcow2-linux-331cbdeedeb2f4ef01ccb761513708af0fe77098.tar.gz
kernel-qcow2-linux-331cbdeedeb2f4ef01ccb761513708af0fe77098.tar.xz
kernel-qcow2-linux-331cbdeedeb2f4ef01ccb761513708af0fe77098.zip
writeback: Fix some comment errors
Signed-off-by: Wanpeng Li <liwp@linux.vnet.ibm.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/fs-writeback.c4
-rw-r--r--fs/super.c2
-rw-r--r--fs/sync.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 41a3ccff18d8..0b2c87e08e90 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -628,8 +628,8 @@ static long writeback_sb_inodes(struct super_block *sb,
}
/*
- * Don't bother with new inodes or inodes beeing freed, first
- * kind does not need peridic writeout yet, and for the latter
+ * Don't bother with new inodes or inodes being freed, first
+ * kind does not need periodic writeout yet, and for the latter
* kind writeout is handled by the freer.
*/
spin_lock(&inode->i_lock);
diff --git a/fs/super.c b/fs/super.c
index cf001775617f..3d65443aea8c 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -318,7 +318,7 @@ static int grab_super(struct super_block *s) __releases(sb_lock)
/*
* grab_super_passive - acquire a passive reference
- * @s: reference we are trying to grab
+ * @sb: reference we are trying to grab
*
* Tries to acquire a passive reference. This is used in places where we
* cannot take an active reference but we need to ensure that the
diff --git a/fs/sync.c b/fs/sync.c
index 11e3d1c44901..1830704df071 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -92,7 +92,7 @@ static void sync_filesystems(int wait)
}
/*
- * sync everything. Start out by waking pdflush, because that writes back
+ * sync everything. Start out by waking flusher, because that writes back
* all queues in parallel.
*/
SYSCALL_DEFINE0(sync)