From b27d8b5098da4516be2b3d5b4de1de1988198ea5 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 20 Sep 2008 12:33:59 +0000 Subject: [PATCH] - vbr orphan handling b:15392,15391 i:adilger, bzzz --- lustre/include/lustre_export.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h index bcd276f..48d8a88 100644 --- a/lustre/include/lustre_export.h +++ b/lustre/include/lustre_export.h @@ -166,6 +166,7 @@ struct obd_export { #define exp_mds_data u.eu_mds_data #define exp_filter_data u.eu_filter_data #define exp_ec_data u.eu_ec_data + static inline int exp_expired(struct obd_export *exp, __u32 age) { LASSERT(exp->exp_delayed); -- 1.8.3.1