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)
commit19fc6e8f511f028aa40122cc7e40c83908d07ebe
tree43fe216bd4812568fc39a01e72ec777bf398066d
parentce51a06f029e78212b3f02e1433f050bec394152
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.
(This used to be commit 6e4fdf01d19051e3923d7703dbf990fc1722b09a)
12 files changed:
source4/include/smb_interfaces.h
source4/ntvfs/common/opendb.c
source4/ntvfs/posix/pvfs_flush.c
source4/ntvfs/posix/pvfs_lock.c
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_qfileinfo.c
source4/ntvfs/posix/pvfs_read.c
source4/ntvfs/posix/pvfs_seek.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/ntvfs/posix/pvfs_write.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/vfs_posix.h