Keep track of the sparse status of an open file handle. Allows bypass of
authorJeremy Allison <jra@samba.org>
Tue, 21 Dec 2010 01:58:33 +0000 (17:58 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 21 Dec 2010 02:00:33 +0000 (18:00 -0800)
commita2956e7d2b66a828d7355841bcb3edfe188a12d3
tree5f6bc9c63cb43868646c0664b08b2fc615d863ea
parent132c57df21571ad0400e3d26e5e0a0db3a9d9fd7
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.
(cherry picked from commit 3db2614ccd1948792cc403f0302c7516319461b2)
source3/include/smb.h
source3/modules/vfs_default.c
source3/smbd/dosmode.c
source3/smbd/fileio.c
source3/smbd/open.c