Fix zfsdev_compat_ioctl() case

For the !CONFIG_COMPAT case fix the zfsdev_compat_ioctl()
compatibility function name.  This was caught by the
chaos4.3 builder.
This commit is contained in:
Brian Behlendorf
2010-09-01 15:58:09 -07:00
parent 1ae93745d2
commit f5e79474f0
+1 -1
View 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 = {