s3: Add onefs_open.c with code copied verbatim from smbd/open.c
authorTim Prouty <tprouty@samba.org>
Tue, 9 Dec 2008 00:42:45 +0000 (16:42 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 9 Dec 2008 22:51:48 +0000 (14:51 -0800)
commit51e7f79b3b4ae0fa830ac176df5ba8229e14f32d
treedac0920616c94c70cbce825235863ef65a7ac8b6
parentb3c785f22edeff5f731af95ec1252517c4677451
s3: Add onefs_open.c with code copied verbatim from smbd/open.c

This is an intermediate step that makes it much easier to see how the
OneFS SMB_VFS_CREATE_FILE implementation diverges from stock samba.
The goal is that more common code can be refactored into utility
functions.
source3/modules/onefs_open.c [new file with mode: 0644]