projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34be5ff
)
xfs: fix the comment of xlog_find_head()
author
Zhi Yong Wu
<
[email protected]
>
Wed, 7 Aug 2013 10:11:08 +0000
(10:11 +0000)
committer
Ben Myers
<
[email protected]
>
Tue, 20 Aug 2013 20:34:34 +0000
(15:34 -0500)
Signed-off-by: Zhi Yong Wu <
[email protected]
>
Reviewed-by: Mark Tinguely <
[email protected]
>
Signed-off-by: Ben Myers <
[email protected]
>
fs/xfs/xfs_log_recover.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_log_recover.c
b/fs/xfs/xfs_log_recover.c
index 474d1295fa6a8fd07864bb654b3da39419a3ac0c..375ce5fad4d8e7bcb790ffbbaf0f3f3017e98346 100644
(file)
--- 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