diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 06:11:08 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:34:34 -0400 |
commit | 0a94da24b92d965fe13af4f6e4ee2c741e126db9 (patch) | |
tree | 469aa24a71e818a9dd8953f265045cea49d08cc4 /fs/xfs | |
parent | 34be5ff37880dd77d83a1f19944ca9667dc963cd (diff) |
xfs: fix the comment of xlog_find_head()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
608 | 608 | ||
609 | /* | 609 | /* |
610 | * Head is defined to be the point of the log where the next log write | 610 | * Head is defined to be the point of the log where the next log write |
611 | * write could go. This means that incomplete LR writes at the end are | 611 | * could go. This means that incomplete LR writes at the end are |
612 | * eliminated when calculating the head. We aren't guaranteed that previous | 612 | * eliminated when calculating the head. We aren't guaranteed that previous |
613 | * LR have complete transactions. We only know that a cycle number of | 613 | * LR have complete transactions. We only know that a cycle number of |
614 | * current cycle number -1 won't be present in the log if we start writing | 614 | * current cycle number -1 won't be present in the log if we start writing |