From: Tim Prouty Date: Mon, 1 Dec 2008 20:47:31 +0000 (-0800) Subject: s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=58440122853b65048793efd90ee45916e25c08c1;hp=58440122853b65048793efd90ee45916e25c08c1 s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument This replaces the is_dos_path bool with a more future-proof argument. The next step is to plumb INTERNAL_OPEN_ONLY through this flag instead of overridding the oplock_request. ---