vfs_gpfs: Remove usage of gpfs_prealloc
authorChristof Schmitt <cs@samba.org>
Mon, 14 May 2018 21:33:15 +0000 (14:33 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 22 Apr 2019 23:00:41 +0000 (23:00 +0000)
commit0b203d94471002d67d23333ecef72f7c6788464b
tree942cd446ba15c4167e81da610c098fb6955b33a0
parentef35d4d8cd4e1e8d1ad1d7ae60f1bc199f12085d
vfs_gpfs: Remove usage of gpfs_prealloc

All supported versions of GPFS now support fallocate. Use the default
codepath instead of the API call. Keep the function stub as it will
be used for a check later.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c