From 8dabd3c1974f7d867662ba9f870352e0a39f463e Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 30 Oct 2006 10:21:05 +0000 Subject: [PATCH] - fixed small typo in cmm_split_remove_page() --- lustre/cmm/cmm_split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1