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:
6deef57
)
- initialize transaction table if needed
author
tappro
<tappro>
Tue, 7 Oct 2008 11:47:53 +0000
(11:47 +0000)
committer
tappro
<tappro>
Tue, 7 Oct 2008 11:47:53 +0000
(11:47 +0000)
b:17174
i:bzzz, adilger
lustre/include/lustre_lib.h
patch
|
blob
|
history
diff --git
a/lustre/include/lustre_lib.h
b/lustre/include/lustre_lib.h
index
5a77d0f
..
9600735
100644
(file)
--- a/
lustre/include/lustre_lib.h
+++ b/
lustre/include/lustre_lib.h
@@
-71,6
+71,7
@@
struct obd_export;
void target_client_add_cb(struct obd_device *obd, __u64 transno, void *cb_data,
int error);
+void target_trans_table_init(struct obd_device *obd);
__u32 target_trans_table_last_time(struct obd_export *exp);
void target_trans_table_recalc(struct obd_device *obd, __u32 new_age);
void target_trans_table_update(struct obd_export *exp, __u64 transno);