Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85443c6
)
Fix stupid deadlock-causing mistake in llite file locking callback
author
pschwan
<pschwan>
Thu, 8 Aug 2002 11:22:35 +0000
(11:22 +0000)
committer
pschwan
<pschwan>
Thu, 8 Aug 2002 11:22:35 +0000
(11:22 +0000)
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
19ff845
..
caea04b
100644
(file)
--- 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();