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:
0a01680
)
- export handling for VBR
author
tappro
<tappro>
Wed, 3 Sep 2008 08:11:11 +0000
(08:11 +0000)
committer
tappro
<tappro>
Wed, 3 Sep 2008 08:11:11 +0000
(08:11 +0000)
b:15391
i:rread, bzzz
lustre/include/obd.h
patch
|
blob
|
history
diff --git
a/lustre/include/obd.h
b/lustre/include/obd.h
index
11005a3
..
ab8dce4
100644
(file)
--- a/
lustre/include/obd.h
+++ b/
lustre/include/obd.h
@@
-293,6
+293,7
@@
struct obd_device_target {
atomic_t obt_quotachecking;
struct lustre_quota_ctxt obt_qctxt;
lustre_quota_version_t obt_qfmt;
+ __u32 obt_stale_export_age;
};
typedef void (*obd_pin_extent_cb)(void *data);
@@
-903,6
+904,7
@@
struct obd_device {
cfs_waitq_t obd_refcount_waitq;
cfs_waitq_t obd_llog_waitq;
struct list_head obd_exports;
+ struct list_head obd_delayed_exports;
int obd_num_exports;
spinlock_t obd_nid_lock;
struct ldlm_namespace *obd_namespace;