OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-134-gba7d8d7
Gerrit Code Review
gerrit@openafs.org
Tue, 3 Aug 2010 04:59:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit a03f1960da3a68cd8453960302be0319a7bb45ae
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Aug 2 16:06:39 2010 -0400
Windows: When processing pioctl paths ensure callbacks are obtained
When processing a pioctl path with either smb_ParseIoctlPath or
smb_ParseIoctlParent, cm_SyncOp(CM_SCACHESYNC_NEEDCALLBACK|GETSTATUS)
must be called on the cm_scache_t object to ensure that it is up
to date before we permit cm_Lookup or other operations to be performed
on it. Add the cm_SyncOp() call to smb_ParseIoctlPath and
smb_ParseIoctlParent to ensure it is done for all pioctl operations.
LICENSE MIT
Change-Id: I2fe5d5ec2567693155277b40929dedb8155d9ebf
Reviewed-on: http://gerrit.openafs.org/2504
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/smb_ioctl.c | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository