Whamcloud - gitweb
Oops, missed a file in the mdc_enqueue change
authorpschwan <pschwan>
Mon, 2 Sep 2002 06:47:13 +0000 (06:47 +0000)
committerpschwan <pschwan>
Mon, 2 Sep 2002 06:47:13 +0000 (06:47 +0000)
lustre/llite/namei.c

index 893b457..b9bb523 100644 (file)
@@ -122,7 +122,7 @@ int ll_lock(struct inode *dir, struct dentry *dentry,
         }
 
         err = mdc_enqueue(&sbi->ll_mdc_conn, LDLM_MDSINTENT, it, lock_mode, dir,
-                          dentry, lockh, 0, tgt, tgtlen, dir, sizeof(*dir));
+                          dentry, lockh, tgt, tgtlen, dir, sizeof(*dir));
 
         RETURN(err);
 }