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:
9f31a64
)
- don't complain if key is absent - mdd_rename() removes target name unconditionally
author
alex
<alex>
Tue, 21 Jul 2009 11:34:42 +0000
(11:34 +0000)
committer
alex
<alex>
Tue, 21 Jul 2009 11:34:42 +0000
(11:34 +0000)
lustre/dmu-osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/dmu-osd/osd_handler.c
b/lustre/dmu-osd/osd_handler.c
index
6a246bf
..
dd6956a
100644
(file)
--- a/
lustre/dmu-osd/osd_handler.c
+++ b/
lustre/dmu-osd/osd_handler.c
@@
-1709,7
+1709,7
@@
static int osd_index_delete(const struct lu_env *env, struct dt_object *dt,
/* Remove key from the ZAP */
rc = udmu_zap_delete(&osd->od_objset, zap_db, oh->ot_tx, (char *) key);
- if (rc)
+ if (rc
&& rc != ENOENT
)
CERROR("udmu_zap_delete() failed with error %d\n", rc);
RETURN(-rc);