Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6e9cb
)
- fixed small typo in cmm_split_remove_page()
author
yury
<yury>
Mon, 30 Oct 2006 10:21:05 +0000
(10:21 +0000)
committer
yury
<yury>
Mon, 30 Oct 2006 10:21:05 +0000
(10:21 +0000)
lustre/cmm/cmm_split.c
patch
|
blob
|
history
diff --git
a/lustre/cmm/cmm_split.c
b/lustre/cmm/cmm_split.c
index
8277337
..
26a017d
100644
(file)
--- 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;