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:
f694658
)
ll_fid_fini(): remove duplicate RETURN()
author
nikita
<nikita>
Fri, 21 Jul 2006 19:23:08 +0000
(19:23 +0000)
committer
nikita
<nikita>
Fri, 21 Jul 2006 19:23:08 +0000
(19:23 +0000)
lustre/llite/llite_fid.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_fid.c
b/lustre/llite/llite_fid.c
index
613cfce
..
7788a97
100644
(file)
--- a/
lustre/llite/llite_fid.c
+++ b/
lustre/llite/llite_fid.c
@@
-110,7
+110,6
@@
static int ll_fid_fini(struct obd_export *exp)
if (rc) {
CERROR("cannot finalize FIDs framework, "
"rc %d\n", rc);
- RETURN(rc);
}
RETURN(rc);