Add name_lookup function in object_ops.

diff --git a/server/file.c b/server/file.c
index a5e4d76..625caf1 100644
--- a/server/file.c
+++ b/server/file.c
@@ -77,6 +77,7 @@
     no_satisfied,                 /* satisfied */
     no_signal,                    /* signal */
     file_get_fd,                  /* get_fd */
+    no_lookup_name,               /* lookup_name */
     no_close_handle,              /* close_handle */
     file_destroy                  /* destroy */
 };