From: yury Date: Mon, 30 Oct 2006 10:21:05 +0000 (+0000) Subject: - fixed small typo in cmm_split_remove_page() X-Git-Tag: v1_8_0_110~486^2~301 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8dabd3c1974f7d867662ba9f870352e0a39f463e;p=fs%2Flustre-release.git - fixed small typo in cmm_split_remove_page() --- diff --git a/lustre/cmm/cmm_split.c b/lustre/cmm/cmm_split.c index 8277337..26a017d 100644 --- a/lustre/cmm/cmm_split.c +++ b/lustre/cmm/cmm_split.c @@ -451,7 +451,7 @@ static int cmm_split_remove_page(const struct lu_env *env, *len = (int)((__u32)ent - (__u32)dp); else *len = 0; - GOTO(unmap, 0); + GOTO(unmap, rc = 0); } } *len = CFS_PAGE_SIZE;