s3: remove set_sparse_flag
authorBjörn Jacke <bj@sernet.de>
Thu, 18 Nov 2010 16:03:01 +0000 (17:03 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 17 Dec 2010 20:10:48 +0000 (12:10 -0800)
commit669ee9b2dd6591ab9bfc137060bdfb9a59dd9742
tree05c38edb4f3d5f9aacb4b0fcabaae357afc872f0
parent13988e44c3402d03808e096e59c4878cefd56f84
s3: remove set_sparse_flag

we need to determine sparseness from the sparse flag we store not from the
allocation size on the POSIX filesystem. This is how Windows works - in the
first place sparseness is a file flag, not the allocation state of the file

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/dosmode.c