r24120: add a file_id_create() hook into the VFS layer
authorStefan Metzmacher <metze@samba.org>
Thu, 2 Aug 2007 08:53:24 +0000 (08:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:08 +0000 (12:29 -0500)
commitcdaa24e8047399002e4b287a31a8340a665e580f
tree71fb49386d4e49d0fe265a9d017b328ff4d56969
parentd4d550aa2ba20d704d2ab1265732b03405e8819c
r24120: add a file_id_create() hook into the VFS layer

it's needed for some cluster filesystems to
overload this function.

metze
source/include/vfs.h
source/include/vfs_macros.h
source/lib/file_id.c
source/modules/vfs_default.c
source/printing/printfsp.c
source/smbd/close.c
source/smbd/filename.c
source/smbd/open.c
source/smbd/reply.c
source/smbd/trans2.c