Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict allocate...
authorJeremy Allison <jra@samba.org>
Thu, 2 Dec 2010 23:27:17 +0000 (15:27 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sun, 5 Dec 2010 18:25:05 +0000 (19:25 +0100)
commit0c45b32bc7d93b03838405a97b054cb414267892
tree01196b116c3f0e171fab93e70ec4a219ae38d411
parent56b1082fe436e1f99a87d3e37d9ea8b017353b39
Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on

Tries posix_fallocate() and then falls back to old code.

Jeremy.
source3/smbd/vfs.c