s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().
authorJeremy Allison <jra@samba.org>
Fri, 25 Mar 2016 18:34:30 +0000 (11:34 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 Mar 2016 23:08:40 +0000 (00:08 +0100)
commit9377f3bce0866e2fadeea5ba87f7ee41f7d9ba31
treec9ad986c12be17eae27c8ca657386950757aafe1
parent6156c825bbb803cb70a03b0fe22d2576d82bab30
s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().

This allows vendors to ensure that flags such as UCF_PREP_CREATEFILE
are always passed to their VFS modules whilst smbd is doing pathname
lookup - even before the create VFS call is done.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Mar 26 00:08:40 CET 2016 on sn-devel-144
source3/smbd/msdfs.c