OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-13-g293e8c6
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Oct 2009 15:04:54 -0700 (PDT)
The following commit has been merged in the master branch:
commit 293e8c6a1048bf3c342134b5ca6f79d68023258b
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Mon Oct 26 18:52:52 2009 +0000
Remove hardcoded maximum time
When iterating across the buffer list, afs_newslot used a hardcoded
maximum time to find the oldest. Instead of using this, just use the
accesstime of the first unused buffer that we find as the oldest, and
continue as normal.
Change-Id: Ifeacb8a407901b46a23fbc838b1fca761108ebbb
Reviewed-on: http://gerrit.openafs.org/738
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_buffer.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository