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:
1355ec0
)
Add newline to quiet warning.
author
adilger
<adilger>
Tue, 4 May 2004 09:51:02 +0000
(09:51 +0000)
committer
adilger
<adilger>
Tue, 4 May 2004 09:51:02 +0000
(09:51 +0000)
lustre/llite/special.c
patch
|
blob
|
history
diff --git
a/lustre/llite/special.c
b/lustre/llite/special.c
index
5bf9ec7
..
895f7c9
100644
(file)
--- a/
lustre/llite/special.c
+++ b/
lustre/llite/special.c
@@
-293,7
+293,7
@@
static int ll_special_open(struct inode *inode, struct file *filp)
err = ll_local_open(filp, it);
if (rc != 0) {
- CERROR("error opening special file: rc %d", rc);
+ CERROR("error opening special file: rc %d
\n
", rc);
ll_mdc_close(ll_i2sbi(inode)->ll_mdc_exp, inode, filp);
} else if (err) {
if (pfop && *pfop && (*pfop)->release)