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

View File

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