Keep track of the sparse status of an open file handle. Allows bypass of
commit0a5f4f523fe3dcb90033ee53c838ad6030f608b4
authorJeremy Allison <jra@samba.org>
Tue, 21 Dec 2010 01:58:33 +0000 (20 17:58 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 21 Dec 2010 03:12:22 +0000 (21 04:12 +0100)
treee7bc21a1ab8d57241730a1601f6079948444e2d3
parent4820c97e9ea00e73f3188f9834a03913ed74df80
Keep track of the sparse status of an open file handle. Allows bypass of
strict allocation on sparse files. Files opened as POSIX opens are always
sparse.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Dec 21 04:12:22 CET 2010 on sn-devel-104
source3/include/smb.h
source3/modules/vfs_default.c
source3/smbd/dosmode.c
source3/smbd/fileio.c
source3/smbd/open.c