Print this page
Code review fixes

@@ -4102,12 +4102,11 @@
 static nvlist_t *
 extract_delay_props(nvlist_t *props)
 {
         nvlist_t *delayprops;
         nvpair_t *nvp, *tmp;
-        static const zfs_prop_t delayable[] =
-            { ZFS_PROP_REFQUOTA, ZFS_PROP_REFRESERVATION, 0 };
+        static const zfs_prop_t delayable[] = { ZFS_PROP_REFQUOTA, 0 };
         boolean_t dontbother = B_TRUE;
         int i;
 
         VERIFY(nvlist_alloc(&delayprops, NV_UNIQUE_NAME, KM_SLEEP) == 0);