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:
62c1b56
)
- a collection of minor changes to bring b_ad down onto b_unify
author
braam
<braam>
Tue, 15 Jul 2003 03:45:18 +0000
(
03:45
+0000)
committer
braam
<braam>
Tue, 15 Jul 2003 03:45:18 +0000
(
03:45
+0000)
- the 2.5 kernel patches from b_ad will follow shortly.
lustre/obdfilter/filter_internal.h
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_internal.h
b/lustre/obdfilter/filter_internal.h
index
c1d8427
..
93e9e23
100644
(file)
--- a/
lustre/obdfilter/filter_internal.h
+++ b/
lustre/obdfilter/filter_internal.h
@@
-111,7
+111,7
@@
void f_dput(struct dentry *);
struct dentry *filter_fid2dentry(struct obd_device *, struct dentry *dir,
obd_mode mode, obd_id id);
struct dentry *__filter_oa2dentry(struct obd_device *obd,struct obdo *oa,
- char *what);
+ c
onst c
har *what);
#define filter_oa2dentry(obd, oa) __filter_oa2dentry(obd, oa, __FUNCTION__)
int filter_finish_transno(struct obd_export *, struct obd_trans_info *, int rc);