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:
abfd110
)
Add linefeed to kernel error.
author
adilger
<adilger>
Mon, 20 Jan 2003 21:24:10 +0000
(21:24 +0000)
committer
adilger
<adilger>
Mon, 20 Jan 2003 21:24:10 +0000
(21:24 +0000)
lustre/extN/extN-wantedi.diff
patch
|
blob
|
history
diff --git
a/lustre/extN/extN-wantedi.diff
b/lustre/extN/extN-wantedi.diff
index
3be559f
..
a55aec0
100644
(file)
--- a/
lustre/extN/extN-wantedi.diff
+++ b/
lustre/extN/extN-wantedi.diff
@@
-74,7
+74,7
@@
+ if (err) goto fail;
+
+ if (extN_set_bit(j, bh->b_data)) {
-+ printk(KERN_ERR "goal inode %lu unavailable", goal);
++ printk(KERN_ERR "goal inode %lu unavailable
\n
", goal);
+ /* Oh well, we tried. */
+ goto repeat;
+ }