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>
Wed, 18 Feb 2009 01:53:01 +0000 (17:53 -0800)
commit3eae0a829631acc21a14a62b279b7ec8696114cb
treeff034735d99d0f1123cd9bf84c396448ca07ff0f
parente32f946114f8922e35ed77177c44ab138e623aad
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