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:
984befe
)
mdo_name_insert(): fid is const
author
nikita
<nikita>
Wed, 17 May 2006 22:04:26 +0000
(22:04 +0000)
committer
nikita
<nikita>
Wed, 17 May 2006 22:04:26 +0000
(22:04 +0000)
lustre/include/linux/md_object.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/md_object.h
b/lustre/include/linux/md_object.h
index
a24a821
..
fd90061
100644
(file)
--- a/
lustre/include/linux/md_object.h
+++ b/
lustre/include/linux/md_object.h
@@
-191,8
+191,8
@@
static inline int mdo_mkdir(struct lu_context *cx, struct lu_attr *at,
}
static inline int mdo_name_insert(struct lu_context *cx, struct md_object *p,
-
const char *name,
struct lu_fid *f,
- struct lu_attr *at)
+
const char *name, const
struct lu_fid *f,
+
struct lu_attr *at)
{
return p->mo_dir_ops->mdo_name_insert(cx, p, name, f, at);
}