Set fsp->initial_allocation_size before calling open_file_ntcreate().
authorJeremy Allison <jra@samba.org>
Thu, 12 Jul 2012 17:09:37 +0000 (10:09 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 12 Jul 2012 20:46:07 +0000 (22:46 +0200)
commita7c63ac1b7bc3f9c9a0e8786046644194e270f10
tree57459e2ec00e9bd0243d4f2e21b095be66c2f49f
parent775014bd9cc8717ad5bb2651ca1078833d149610
Set fsp->initial_allocation_size before calling open_file_ntcreate().

Allows an SMB_VFS_OPEN() vfs module to do something interesting with
the request.
source3/smbd/open.c