s3:vfs:syncops make it possible to specify syncops:onclose per share
commitc1dad16edecae8474dfa68110da6492cd19f2f51
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 7 Oct 2010 14:09:52 +0000 (7 16:09 +0200)
committerVolker Lendecke <vlendec@samba.org>
Wed, 13 Oct 2010 12:53:16 +0000 (13 12:53 +0000)
treed095a0e618b4c80224de3d0040f9d90d76a57d97
parent5954e7173a5aecb0998e359c2eff97e75fbe57f4
s3:vfs:syncops make it possible to specify syncops:onclose per share

convert the onclose option of the vfs_syncops module from a
global option to a service-specific one

as preparation for further flags, use a struct to store in the VFS handle
instead of just the onclose flag
source3/modules/vfs_syncops.c