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:
4004bcb
)
remove compile warning due to imcompatible interface definition.
author
huanghua
<huanghua>
Tue, 25 Jul 2006 03:26:58 +0000
(
03:26
+0000)
committer
huanghua
<huanghua>
Tue, 25 Jul 2006 03:26:58 +0000
(
03:26
+0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
d89a3f9
..
6893a51
100644
(file)
--- a/
lustre/osd/osd_handler.c
+++ b/
lustre/osd/osd_handler.c
@@
-821,7
+821,7
@@
int osd_xattr_set(const struct lu_context *ctxt, struct dt_object *dt,
}
int osd_xattr_list(const struct lu_context *ctxt, struct dt_object *dt,
-
const void *buf, int buf_len, struct thandle *handle
)
+
void *buf, int buf_len
)
{
return 0;
}