From 46b599a1fd866ab72d32dc7bcd9a1fec31a6a8bb Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 1 Jan 2003 17:20:38 +0000 Subject: [PATCH] - reintroduce replies in LDLM AST packets - 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/wantedi.c b/lustre/tests/wantedi.c index 73b0cca..426602f 100644 --- a/lustre/tests/wantedi.c +++ b/lustre/tests/wantedi.c @@ -43,4 +43,6 @@ int main(int argc, char ** argv) perror("ioctl(EXTN_IOC_CREATE_INUM)"); exit(2); } + + return 0; } -- 1.8.3.1