2 dnl # Linux 4.9-rc5+ ABI, removal of the .aio_fsync field
4 AC_DEFUN([ZFS_AC_KERNEL_AIO_FSYNC], [
5 AC_MSG_CHECKING([whether fops->aio_fsync() exists])
6 ZFS_LINUX_TRY_COMPILE([
9 static const struct file_operations
10 fops __attribute__ ((unused)) = {
16 AC_DEFINE(HAVE_FILE_AIO_FSYNC, 1, [fops->aio_fsync() exists])