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:
a6a1afc
)
b=15899
author
nathan
<nathan>
Fri, 22 Aug 2008 17:40:47 +0000
(17:40 +0000)
committer
nathan
<nathan>
Fri, 22 Aug 2008 17:40:47 +0000
(17:40 +0000)
i=nathan
i=adilger
add OST pools
lustre/mds/mds_unlink_open.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_unlink_open.c
b/lustre/mds/mds_unlink_open.c
index
8c9d55a
..
d3dce3d
100644
(file)
--- a/
lustre/mds/mds_unlink_open.c
+++ b/
lustre/mds/mds_unlink_open.c
@@
-140,7
+140,7
@@
static int mds_unlink_orphan(struct obd_device *obd, struct dentry *dchild,
if (lmm == NULL)
RETURN(-ENOMEM);
- rc = mds_get_md(obd, inode, lmm, &lmm_size, 1, 0);
+ rc = mds_get_md(obd, inode, lmm, &lmm_size, 1, 0
, 0
);
if (rc < 0)
GOTO(out_free_lmm, rc);