s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
authorTim Prouty <tprouty@samba.org>
Mon, 16 Feb 2009 07:38:53 +0000 (23:38 -0800)
committerTim Prouty <tprouty@samba.org>
Fri, 20 Feb 2009 04:58:01 +0000 (20:58 -0800)
commit6fbebb5369211b72545a1dd588bc6b9fa04210a1
treeb095dd3cc88369ec8f1e6e3af6b033990998b17f
parent669f2a02e29195aaba8cb2f3e50cb2ce66b904a6
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct

Since file_id_create_dev is incompatible with the concept of file_ids,
it is now static and in the one file that needs it.
12 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/proto.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/lib/file_id.c
source3/modules/vfs_default.c
source3/modules/vfs_fileid.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_streams_depot.c
source3/modules/vfs_xattr_tdb.c
source3/smbd/oplock_irix.c