Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c494c1
)
fix format
author
nathan
<nathan>
Tue, 3 Jul 2007 21:52:17 +0000
(21:52 +0000)
committer
nathan
<nathan>
Tue, 3 Jul 2007 21:52:17 +0000
(21:52 +0000)
lustre/obdclass/llog_lvfs.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/llog_lvfs.c
b/lustre/obdclass/llog_lvfs.c
index
2899eb0
..
5e6200d
100644
(file)
--- a/
lustre/obdclass/llog_lvfs.c
+++ b/
lustre/obdclass/llog_lvfs.c
@@
-479,7
+479,7
@@
static int llog_lvfs_prev_block(struct llog_handle *loghandle,
if (len == 0 || len & (LLOG_CHUNK_SIZE - 1))
RETURN(-EINVAL);
- CDEBUG(D_OTHER, "looking for log index %u
n", prev_idx);
+ CDEBUG(D_OTHER, "looking for log index %u
\
n", prev_idx);
cur_offset = LLOG_CHUNK_SIZE;
llog_skip_over(&cur_offset, 0, prev_idx);