OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3263-g08a4b05
Gerrit Code Review
gerrit@openafs.org
Wed, 9 Jan 2013 07:08:44 -0800 (PST)
The following commit has been merged in the master branch:
commit 08a4b05c27964dd06d7922c134dc2dccc062b379
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Jan 8 17:50:57 2013 -0600
SOLARIS: Avoid open count cleanup for Solaris 11
The comments in here no longer apply to Solaris, as of OpenSolaris
commit 11736:63a134e1f09c by Donghai Qiao (4492533 Filesystems may
need VOP_CLOSE() for executables following a VOP_OPEN()). This means
that this workaround should no longer be necessary for any Solaris 11
release, any illumos release, and anything else based off of
OpenSolaris. So, stop doing it.
Thanks to Frank Batschulat for pointing this out, and providing all of
the details.
Change-Id: I54ed545e3b9d858fbffc762246ae805cd9c63a64
Reviewed-on: http://gerrit.openafs.org/8895
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/SOLARIS/osi_vnodeops.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository