First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
authorJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 20:14:53 +0000 (12:14 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 21 Nov 2008 20:14:53 +0000 (12:14 -0800)
commit97fb05c2c0d0b08f3ed5aa7358a4d6d8c1725012
treeab3142c02ae83f60cd92f2717d567f36612d918c
parent9164b14a9fb1fee9ddec275032bb911d34b683d5
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.
source3/include/proto.h
source3/printing/printfsp.c
source3/smbd/close.c
source3/smbd/fake_file.c
source3/smbd/files.c
source3/smbd/open.c
source3/smbd/reply.c