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:
b1be551
)
- vbr orphan handling
author
tappro
<tappro>
Sat, 20 Sep 2008 12:34:15 +0000
(12:34 +0000)
committer
tappro
<tappro>
Sat, 20 Sep 2008 12:34:15 +0000
(12:34 +0000)
b:15392,15391
i:adilger, bzzz
lustre/obdclass/lprocfs_status.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/lprocfs_status.c
b/lustre/obdclass/lprocfs_status.c
index
4dbf71f
..
16e622d
100644
(file)
--- 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;
}