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:46:31 +0000 (10:46 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 18:46:31 +0000 (10:46 -0800)
commit1f36db34d7483614e1a4d6d5f3437205bcb20541
tree9b78d88e4dbd165927ad237b247a6f625d71f5d4
parentcae1717f58c89faaf68502c72124ecd1728d3374
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/printing/printfsp.c
source/smbd/close.c
source/smbd/fake_file.c
source/smbd/files.c
source/smbd/open.c
source/smbd/reply.c