]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - zfs/module/zfs/vdev_file.c
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
[mirror_ubuntu-artful-kernel.git] / zfs / module / zfs / vdev_file.c
index a29ea7bf9515a2b5106417b4fd036e0cfc3fe616..3e31718e860b6cb677d661118f9ed1dcd73e98f6 100644 (file)
@@ -200,7 +200,7 @@ vdev_file_io_start(zio_t *zio)
                         * already set, see xfs_vm_writepage().  Therefore
                         * the sync must be dispatched to a different context.
                         */
-                       if (spl_fstrans_check()) {
+                       if (__spl_pf_fstrans_check()) {
                                VERIFY3U(taskq_dispatch(system_taskq,
                                    vdev_file_io_fsync, zio, TQ_SLEEP), !=, 0);
                                return;