Whamcloud - gitweb
- vbr orphan handling
authortappro <tappro>
Sat, 20 Sep 2008 12:34:15 +0000 (12:34 +0000)
committertappro <tappro>
Sat, 20 Sep 2008 12:34:15 +0000 (12:34 +0000)
  b:15392,15391
  i:adilger, bzzz

lustre/obdclass/lprocfs_status.c

index 4dbf71f..16e622d 100644 (file)
@@ -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;
 }