torture/ioctl: remove 64K chunk size assumptions
authorDavid Disseldorp <ddiss@samba.org>
Thu, 19 Feb 2015 15:09:02 +0000 (16:09 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 9 Mar 2015 20:27:07 +0000 (21:27 +0100)
commitf5c472ea47b2b45f8303e62772a21b77644ed5dc
tree1744bcefa11b685e20e4c23daa17157e6ce26a9b
parent43e581188ab107e730ef0a232cc406963781bc5d
torture/ioctl: remove 64K chunk size assumptions

These tests assumed that 4K chunks remain allocated following write at
a subsequent offset. This is not the case for other filesystems (E.g.
XFS, Btrfs, Etc.), which may deallocate the chunk.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smb2/ioctl.c