aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
diff options
context:
space:
mode:
authorWanpeng Li <liwp@linux.vnet.ibm.com>2012-06-08 23:10:55 -0400
committerFengguang Wu <fengguang.wu@intel.com>2012-06-09 07:54:47 -0400
commit331cbdeedeb2f4ef01ccb761513708af0fe77098 (patch)
treed7177689ddee2137dc54dead6aa306ac2821deb5 /fs/fs-writeback.c
parenteb608e3a344b3af21300360fcf868f8b4e808a8e (diff)
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/fs-writeback.c')
-rw-r--r--fs/fs-writeback.c4
1 files changed, 2 insertions, 2 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,
628 } 628 }
629 629
630 /* 630 /*
631 * Don't bother with new inodes or inodes beeing freed, first 631 * Don't bother with new inodes or inodes being freed, first
632 * kind does not need peridic writeout yet, and for the latter 632 * kind does not need periodic writeout yet, and for the latter
633 * kind writeout is handled by the freer. 633 * kind writeout is handled by the freer.
634 */ 634 */
635 spin_lock(&inode->i_lock); 635 spin_lock(&inode->i_lock);