From: fanyong Date: Sat, 7 Oct 2006 08:54:53 +0000 (+0000) Subject: Invalid assert when cal is enabled. X-Git-Tag: v1_8_0_110~486^2~662 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=aad0e822f84b51b9dd49dbc6fdc6f079a73b6abe;p=fs%2Flustre-release.git Invalid assert when cal is enabled. --- diff --git a/lustre/mdt/mdt_xattr.c b/lustre/mdt/mdt_xattr.c index cf01193..6ab89850 100644 --- 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);