From 2c91751178eaed0a2dd6c029d7f789109c632821 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 20 Sep 2008 12:34:15 +0000 Subject: [PATCH] - vbr orphan handling b:15392,15391 i:adilger, bzzz --- lustre/obdclass/lprocfs_status.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 4dbf71f..16e622d 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -1983,6 +1983,7 @@ int lprocfs_obd_wr_stale_export_age(struct file *file, const char *buffer, if (rc) return rc; + target_trans_table_recalc(obd, val); obd->u.obt.obt_stale_export_age = val; return count; } -- 1.8.3.1