From 732656bd3fe4098d5fd6502c14995c2aac0820df Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 17 Sep 2002 16:43:01 +0000 Subject: [PATCH] Remove the locking warning added yesterday. I now see that this was fixed by the "re-get file attributes after we get the file lock" change, which seemed sort of overkill at the time... --- lustre/llite/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 796a06e..a07434e 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -53,7 +53,6 @@ static int ll_file_open(struct inode *inode, struct file *file) if (lsm == NULL) { struct inode *inode = file->f_dentry->d_inode; -#warning FIXME: need to get an LDLM lock to prevent racy multi-client creates down(&lli->lli_open_sem); /* Check to see if we lost the race */ if (lli->lli_smd == NULL) { -- 1.8.3.1