]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Fix zfsdev_compat_ioctl() case
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Sep 2010 22:58:09 +0000 (15:58 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Sep 2010 23:00:15 +0000 (16:00 -0700)
For the !CONFIG_COMPAT case fix the zfsdev_compat_ioctl()
compatibility function name.  This was caught by the
chaos4.3 builder.

module/zfs/zfs_ioctl.c

index 221b1e3359257363dc56cd6b40600a111fd16cda..cc5e66f9a05ab0ab34a4433e591b1db2cde4588a 100644 (file)
@@ -5141,7 +5141,7 @@ zfsdev_compat_ioctl(struct file *filp, unsigned cmd, unsigned long arg)
         return zfsdev_ioctl(filp, cmd, arg);
 }
 #else
-#define zfs_compat_ioctl   NULL
+#define zfsdev_compat_ioctl   NULL
 #endif
 
 static const struct file_operations zfsdev_fops = {