Enable rrwlock.c compilation
[zfs.git] / module / zfs / zfs_ioctl.c
index 2856ba7..45e118e 100644 (file)
@@ -3291,7 +3291,7 @@ out:
                dsl_dataset_rele(ds, FTAG);
        return (error);
 #else
-       return (EOPNOTSUPP);
+       return (ENOTSUP);
 #endif /* HAVE_ZPL */
 }