From: yangsheng Date: Tue, 11 Nov 2008 04:08:13 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_140~1^167~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=805273d8053bedfb8d27c255941af315f7d2a5e9;p=fs%2Flustre-release.git Branch b1_8_gate b=17379 Get rid warning of compiler. --- diff --git a/lustre/llite/symlink.c b/lustre/llite/symlink.c index 8841385..6c86ed1 100644 --- a/lustre/llite/symlink.c +++ b/lustre/llite/symlink.c @@ -182,7 +182,9 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry, struct n rc = ll_readlink_internal(inode, &request, &symname); up(&lli->lli_size_sem); if (rc) { +#if THREAD_SIZE < 8192 out_release: +#endif path_release(nd); /* Kernel assumes that ->follow_link() releases nameidata on error */ GOTO(out, rc);