Whamcloud - gitweb
- reintroduce replies in LDLM AST packets
authorpschwan <pschwan>
Wed, 1 Jan 2003 17:20:38 +0000 (17:20 +0000)
committerpschwan <pschwan>
Wed, 1 Jan 2003 17:20:38 +0000 (17:20 +0000)
  - if the client doesn't know about the lock, return -EINVAL
  - if the server receives an error from the client, cancel it straight away
  - if the server times out waiting for the reply, call expired_completion_wait
   - initialize the import lists in target_handle_connect
- fix some ENOMEM MDS crash bugs just waiting to happen
- in the MDS_DISCONNECT handler, don't dereference just-freed mds_export_data

lustre/tests/wantedi.c

index 73b0cca..426602f 100644 (file)
@@ -43,4 +43,6 @@ int main(int argc, char ** argv)
               perror("ioctl(EXTN_IOC_CREATE_INUM)");
               exit(2);
        }
+
+        return 0;
 }