From: Derrick Brashear Date: Thu, 19 Jul 2012 15:30:02 +0000 (-0400) Subject: macos: no bulkstat X-Git-Tag: upstream/1.8.0_pre1^2~2203 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6060374216bb899280d619b1b5834ffcb6dad2d7;p=packages%2Fo%2Fopenafs.git macos: no bulkstat i have a bulkstat refactor in mind, but this *still* isn't safe on osx. disable as is on 1.6 Change-Id: I9446a6307e4890e4f7a78ab7fc054d84c39c992b Reviewed-on: http://gerrit.openafs.org/7792 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/afs/VNOPS/afs_vnop_lookup.c b/src/afs/VNOPS/afs_vnop_lookup.c index 2a5d59412..5bddf76c6 100644 --- a/src/afs/VNOPS/afs_vnop_lookup.c +++ b/src/afs/VNOPS/afs_vnop_lookup.c @@ -1342,7 +1342,7 @@ afs_DoBulkStat(struct vcache *adp, long dirCookie, struct vrequest *areqp) /* was: (AFS_DEC_ENV) || defined(AFS_OSF30_ENV) || defined(AFS_NCR_ENV) */ #ifdef AFS_DARWIN80_ENV -int AFSDOBULK = 1; +int AFSDOBULK = 0; #else static int AFSDOBULK = 1; #endif