OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-670-g959a892
Gerrit Code Review
gerrit@openafs.org
Sat, 22 Jan 2011 12:42:50 -0800 (PST)
The following commit has been merged in the master branch:
commit 9e689e96099dba5227e62ea2c6069062daaac85a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Jan 20 01:23:37 2011 -0500
vol: clear ih_synced before dropping lock
in ih_reallyclose() clear ihP->ih_synced before dropped
the IH_LOCK. ih_reallyclose() is already committed to
performing the OS_SYNC() call. Failing to clear the ih_synced
flag before dropping the lock permits another thread, the ih_sync_all()
thread for example, to also conclude that it must sync the
file.
Change-Id: Icb928f7d2ec2342a57ed21b440ae0580c980e9d2
Reviewed-on: http://gerrit.openafs.org/3696
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/ihandle.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository