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:
c14cdf6
)
Branch HEAD
author
adilger
<adilger>
Sat, 23 Aug 2008 05:54:24 +0000
(
05:54
+0000)
committer
adilger
<adilger>
Sat, 23 Aug 2008 05:54:24 +0000
(
05:54
+0000)
Fix code style.
lustre/mdt/mdt_open.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_open.c
b/lustre/mdt/mdt_open.c
index
d197eb6
..
9720d90
100644
(file)
--- a/
lustre/mdt/mdt_open.c
+++ b/
lustre/mdt/mdt_open.c
@@
-1247,8
+1247,9
@@
int mdt_close(struct mdt_thread_info *info)
ma->ma_need = MA_INODE | MA_LOV | MA_COOKIE;
repbody->eadatasize = 0;
repbody->aclsize = 0;
- } else
+ } else
{
rc = err_serious(rc);
+ }
med = &req->rq_export->exp_mdt_data;
spin_lock(&med->med_open_lock);