s4-pvfs: move the private ntcreatex flags to private_flags
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Mar 2010 03:57:50 +0000 (14:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 5 Mar 2010 05:12:05 +0000 (16:12 +1100)
commit80a37beb53519fdbb907a01f29ef150bafdd74e7
tree62612e7f4f2de50e537f88f4ded9227f31d875cb
parentf01f124969b3e75accfc82fb85487fdab2046e82
s4-pvfs: move the private ntcreatex flags to private_flags

Re-using two of the create_options bits was bound to eventually
cause problems, and indeed, Windows7 now uses one of those bits
when opening text files.

Fixes bug 7189
source4/libcli/raw/interfaces.h
source4/libcli/raw/smb.h
source4/ntvfs/ntvfs_generic.c
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/vfs_posix.h
source4/smb_server/smb/nttrans.c
source4/smb_server/smb/reply.c