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:11:04 +0000 (21:11 +0100)
commit480042ddf9f68bd89368c7373f71044b64b0f494
treef53c7c3512046ad3bbb25712bb55768434dda768
parentebe56006155b49a4a21a909a7bbdf7b9debc35b0
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