r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
authorAndrew Tridgell <tridge@samba.org>
Mon, 8 Nov 2004 03:54:12 +0000 (03:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:40 +0000 (13:05 -0500)
commit6e4fdf01d19051e3923d7703dbf990fc1722b09a
tree223b5911fe0f2d50fed7c4ec0aa45c87217f8a47
parent891e3097ee00d75f8f28efcccd8c15cd08b80e88
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
preparation for adding code to pass the BASE-DENY1 and BASE-DENYDOS
tests, which require a shared filesystem handle for some specific
combinations of two DENY_DOS opens on the same connection.
12 files changed:
source/include/smb_interfaces.h
source/ntvfs/common/opendb.c
source/ntvfs/posix/pvfs_flush.c
source/ntvfs/posix/pvfs_lock.c
source/ntvfs/posix/pvfs_open.c
source/ntvfs/posix/pvfs_qfileinfo.c
source/ntvfs/posix/pvfs_read.c
source/ntvfs/posix/pvfs_seek.c
source/ntvfs/posix/pvfs_setfileinfo.c
source/ntvfs/posix/pvfs_write.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/posix/vfs_posix.h