First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
authorJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 18:57:20 +0000 (10:57 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 26 Nov 2008 09:13:39 +0000 (10:13 +0100)
commit5190243723c12aca2cf36698539af65fc891e0d7
tree248530d6e33efa869cda6cfb7256d0c9fe7c5019
parent22aa26026fdc7866bfcd2e0722e47de2cc067cb8
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.
(cherry picked from commit b2626032626dcccd660c047f91130e81e380ae17)
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