From: tappro Date: Sat, 20 Sep 2008 12:34:15 +0000 (+0000) Subject: - vbr orphan handling X-Git-Tag: v1_7_110~1^111 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2c91751178eaed0a2dd6c029d7f789109c632821;p=fs%2Flustre-release.git - vbr orphan handling b:15392,15391 i:adilger, bzzz --- 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; }