r14208: removed use of req->flags2 inside the ntvfs layer. This should help
authorAndrew Tridgell <tridge@samba.org>
Sat, 11 Mar 2006 12:58:36 +0000 (12:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:03 +0000 (13:57 -0500)
commitb78abbbce60ab0009da19a72dd769800c44298a2
treec22f4ab6f88ef80fdc6f7e435d97d7a2f0366b18
parent2a34ed7a07c9e5f32408a0edb714239714eb1d26
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
metze on his quest to unify the ntvfs strucures for the smb and smb2
servers. The only place we needed flags2 inside ntvfs was for the
FLAGS2_READ_PERMIT_EXECUTE bit, which only affects readx, so I added a
readx.in.read_for_execute flag instead.
12 files changed:
source/libcli/clireadwrite.c
source/libcli/raw/interfaces.h
source/libcli/raw/rawreadwrite.c
source/libcli/smb_composite/loadfile.c
source/librpc/rpc/dcerpc_smb.c
source/ntvfs/ntvfs_generic.c
source/ntvfs/posix/pvfs_read.c
source/smb_server/smb/reply.c
source/torture/basic/denytest.c
source/torture/gentest.c
source/torture/nbench/nbio.c
source/torture/raw/read.c