Rémi Bernon (@rbernon) commented about server/inproc_sync.c:
static void linux_obj_dump( struct object *obj, int verbose ); static void linux_obj_destroy( struct object *obj ); +static struct fd *linux_obj_get_fd( struct object *obj );
-static const struct object_ops inproc_sync_ops = +static const struct object_ops linux_obj_ops =
What about naming it that way right when it is introduced?