First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
commitb2626032626dcccd660c047f91130e81e380ae17
authorJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 18:57:20 +0000 (21 10:57 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 18:57:20 +0000 (21 10:57 -0800)
treee3b882dddc736164ca9cc84542439bf4e9ed3601
parentb63b4028ed8823626a956bb437e275a1b1432483
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Restructures parts of open code so that fsp must be allocated before calling
open_file_ntcreate(_internal). Also fix up file ref-counting inside files.c.
Jeremy.
source/include/proto.h
source/printing/printfsp.c
source/smbd/close.c
source/smbd/fake_file.c
source/smbd/files.c
source/smbd/open.c
source/smbd/reply.c