1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/locking
Michael Adam 3756467db6 Move the posix pending close functionality down into the VFS layer.
This hides the pending close fds from the outside. Call order
of SMB_VFS_CLOSE is reversed. Originally, it was:

fd_close -> fd_close_posix -> SMB_VFS_CLOSE -> close

And now it is:

fd_close -> SMB_VFS_CLOSE -> fd_close_posix -> close

This is in preparation of removing the fd parameter
from the SMB_VFS_CLOSE function. But it is also the right
place for the pending close calls anyways.

Michael
(This used to be commit 3cf56b124a)
2008-04-21 00:21:23 +02:00
..
brlock.c Quieten valgrind message on make valgrindtest. This doesn't 2008-04-11 17:23:48 -07:00
locking.c locking: combine get_delete_on_close_flag() and get_write_time() into get_file_infos() 2008-04-07 12:29:29 +02:00
posix.c Move the posix pending close functionality down into the VFS layer. 2008-04-21 00:21:23 +02:00