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:
dd54085
)
Oops, missed a file in the mdc_enqueue change
author
pschwan
<pschwan>
Mon, 2 Sep 2002 06:47:13 +0000
(06:47 +0000)
committer
pschwan
<pschwan>
Mon, 2 Sep 2002 06:47:13 +0000
(06:47 +0000)
lustre/llite/namei.c
patch
|
blob
|
history
diff --git
a/lustre/llite/namei.c
b/lustre/llite/namei.c
index
893b457
..
b9bb523
100644
(file)
--- a/
lustre/llite/namei.c
+++ b/
lustre/llite/namei.c
@@
-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);
}