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:
2650ffd
)
remove compile warning due to incompatible interface definition.
author
huanghua
<huanghua>
Tue, 25 Jul 2006 03:29:50 +0000
(
03:29
+0000)
committer
huanghua
<huanghua>
Tue, 25 Jul 2006 03:29:50 +0000
(
03:29
+0000)
lustre/include/dt_object.h
patch
|
blob
|
history
diff --git
a/lustre/include/dt_object.h
b/lustre/include/dt_object.h
index
28a3cc2
..
90a5d8f
100644
(file)
--- a/
lustre/include/dt_object.h
+++ b/
lustre/include/dt_object.h
@@
-189,7
+189,7
@@
struct dt_object_operations {
*/
int (*do_xattr_list)(const struct lu_context *ctxt,
struct dt_object *dt,
-
const
void *buf, int buf_len);
+ void *buf, int buf_len);
/*
* Create new object on this device.
*