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:
42f0c00
)
Invalid assert when cal is enabled.
author
fanyong
<fanyong>
Sat, 7 Oct 2006 08:54:53 +0000
(08:54 +0000)
committer
fanyong
<fanyong>
Sat, 7 Oct 2006 08:54:53 +0000
(08:54 +0000)
lustre/mdt/mdt_xattr.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_xattr.c
b/lustre/mdt/mdt_xattr.c
index
cf01193
..
6ab8985
100644
(file)
--- a/
lustre/mdt/mdt_xattr.c
+++ b/
lustre/mdt/mdt_xattr.c
@@
-157,7
+157,7
@@
int mdt_getxattr(struct mdt_thread_info *info)
repbody = req_capsule_server_get(&info->mti_pill, &RMF_MDT_BODY);
/*No EA, just go back*/
if (rc == 0)
- GOTO(no_xattr,
err_serious(rc)
);
+ GOTO(no_xattr,
rc
);
buf = &info->mti_buf;
buf->lb_buf = req_capsule_server_get(&info->mti_pill, &RMF_EADATA);