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:
0427794
)
fix wrong parameter type in mdc_object_create
author
tappro
<tappro>
Tue, 2 May 2006 20:17:13 +0000
(20:17 +0000)
committer
tappro
<tappro>
Tue, 2 May 2006 20:17:13 +0000
(20:17 +0000)
lustre/cmm/mdc_device.c
patch
|
blob
|
history
diff --git
a/lustre/cmm/mdc_device.c
b/lustre/cmm/mdc_device.c
index
01efdd7
..
908a559
100644
(file)
--- a/
lustre/cmm/mdc_device.c
+++ b/
lustre/cmm/mdc_device.c
@@
-80,7
+80,7
@@
static int mdc_statfs(struct lu_context *ctxt,
RETURN (rc);
}
-static int mdc_object_create(struct lu_context *ctxt, struct md
c_object *mc
o)
+static int mdc_object_create(struct lu_context *ctxt, struct md
_object *m
o)
{
int rc;