Jinoh Kang (@iamahuman) commented about server/object.c:
return NULL;
}
+struct mapping *no_object_mapping( struct object *obj ) +{
- return NULL;
+}
Should we place this between `no_open_file` and `no_close_handle`, keeping the order of default impl functions consistent with `object_ops`?