From: VMware, Inc <> Date: Thu, 17 Dec 2009 21:43:36 +0000 (-0800) Subject: Remove a duplicate comment from fileIOPosix.c. X-Git-Tag: 2009.12.16-217847~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d48e0bfb54ea4110966b01b463e436a8fa3e81;p=thirdparty%2Fopen-vm-tools.git Remove a duplicate comment from fileIOPosix.c. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/file/fileIOPosix.c b/open-vm-tools/lib/file/fileIOPosix.c index a715d88b8..18df94de0 100644 --- a/open-vm-tools/lib/file/fileIOPosix.c +++ b/open-vm-tools/lib/file/fileIOPosix.c @@ -760,16 +760,6 @@ FileIO_Create(FileIODescriptor *file, // OUT: ASSERT_ON_COMPILE(FILEIO_ERROR_LAST < 16); /* See comment in fileIO.h */ #if defined(__APPLE__) - /* - * O_EXLOCK, O_SHLOCK behavior tested on Mac OS X Server 10.6, kernel 10.0.0. - * - * | | Block devices | Regular files - * |----------------------|--------------------|---------------- - * | Locking behavior | mandatory | advisory - * | | | - * | If O_NONBLOCK absent | open doesn't block | open blocks - * | | on conflicts | on conflicts - */ if (access & FILEIO_OPEN_EXCLUSIVE_LOCK_MACOS) { flags |= O_EXLOCK; }