From aad0e822f84b51b9dd49dbc6fdc6f079a73b6abe Mon Sep 17 00:00:00 2001 From: fanyong Date: Sat, 7 Oct 2006 08:54:53 +0000 Subject: [PATCH] Invalid assert when cal is enabled. --- lustre/mdt/mdt_xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1