From 8ec99f22c437d25b1efb889d9a3a7f7541373090 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 8 Aug 2002 11:22:35 +0000 Subject: [PATCH] Fix stupid deadlock-causing mistake in llite file locking callback --- lustre/llite/file.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 19ff845..caea04b 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -230,11 +230,6 @@ static int ll_lock_callback(struct lustre_handle *lockh, struct inode *inode = data; ENTRY; - if (new == NULL) { - /* Completion AST. Do nothing. */ - RETURN(0); - } - if (data_len != sizeof(struct inode)) LBUG(); -- 1.8.3.1