diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-20 11:08:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:01:57 -0500 |
commit | 4b14c8a09f009e2fae6af601fb3effd200c06196 (patch) | |
tree | 4921e84c794896ae56ee46971ceb7ffb6b1d9a50 /source4/include | |
parent | 20d17b80571f0d0265c99c1ccdc21910c2eed043 (diff) | |
download | samba-4b14c8a09f009e2fae6af601fb3effd200c06196.tar.gz samba-4b14c8a09f009e2fae6af601fb3effd200c06196.tar.bz2 samba-4b14c8a09f009e2fae6af601fb3effd200c06196.zip |
r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use
the ntvfs_generic mapping functions rather than sending the exact
function asked for. This allows the generic mapping functions to be
tested by comparing the behaviour of smbtorture against two cifs
backend shares, one using "cifs:mapgeneric = true" and the other
"cifs:mapgeneric = False"
(This used to be commit c240c6bca5e10f1acbff45b0ed41c4c1ebcaae96)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 7a369a04cb..7f0133bbd7 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1327,7 +1327,8 @@ union smb_read { enum smb_write_level {RAW_WRITE_WRITEUNLOCK, RAW_WRITE_WRITE, - RAW_WRITE_WRITEX, RAW_WRITE_WRITECLOSE, RAW_WRITE_SPLWRITE}; + RAW_WRITE_WRITEX, RAW_WRITE_WRITECLOSE, + RAW_WRITE_SPLWRITE}; #define RAW_WRITE_GENERIC RAW_WRITE_WRITEX |