summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2010-09-01 22:58:09 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2010-09-01 23:00:15 +0000
commitf5e79474f07ec7a2035da2e139885a046ad70066 (patch)
treea99b6fbf22a1f6fe85f529677f2af43df4c41cc9
parent1ae93745d2eadcdfdf1ab677180f28922e7c7d26 (diff)
-rw-r--r--module/zfs/zfs_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zfs_ioctl.c b/module/zfs/zfs_ioctl.c
index 221b1e335925..cc5e66f9a05a 100644
--- a/module/zfs/zfs_ioctl.c
+++ b/module/zfs/zfs_ioctl.c
@@ -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 = {