Whamcloud - gitweb
TODO message.
authoradilger <adilger>
Mon, 16 Sep 2002 22:40:50 +0000 (22:40 +0000)
committeradilger <adilger>
Mon, 16 Sep 2002 22:40:50 +0000 (22:40 +0000)
lustre/llite/file.c

index a07434e..796a06e 100644 (file)
@@ -53,6 +53,7 @@ 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) {