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:
58ccbee
)
- needless \n grrrrr
author
alex
<alex>
Tue, 20 Sep 2005 10:57:25 +0000
(10:57 +0000)
committer
alex
<alex>
Tue, 20 Sep 2005 10:57:25 +0000
(10:57 +0000)
lustre/obdfilter/filter_capa.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_capa.c
b/lustre/obdfilter/filter_capa.c
index
2b0086d
..
339c153
100644
(file)
--- a/
lustre/obdfilter/filter_capa.c
+++ b/
lustre/obdfilter/filter_capa.c
@@
-280,8
+280,8
@@
verify:
spin_unlock(&filter->fo_capa_lock);
if (rc) {
- DEBUG_CAPA(D_ERROR, capa, "access denied
\n
");
- DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied
\n
");
+ DEBUG_CAPA(D_ERROR, capa, "access denied");
+ DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied");
}
capa_put(ocapa);
RETURN(rc ? -EACCES : 0);