From: Zhi Yong Wu Date: Wed, 7 Aug 2013 10:11:08 +0000 (+0000) Subject: xfs: fix the comment of xlog_find_head() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0a94da24b92d965fe13af4f6e4ee2c741e126db9;p=deliverable%2Flinux.git xfs: fix the comment of xlog_find_head() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 474d1295fa6a..375ce5fad4d8 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -608,7 +608,7 @@ out: /* * Head is defined to be the point of the log where the next log write - * write could go. This means that incomplete LR writes at the end are + * could go. This means that incomplete LR writes at the end are * eliminated when calculating the head. We aren't guaranteed that previous * LR have complete transactions. We only know that a cycle number of * current cycle number -1 won't be present in the log if we start writing