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:
9be920a
)
Don't bug if we run out of space on the MDS when storing an EA.
author
adilger
<adilger>
Fri, 20 Sep 2002 09:13:28 +0000
(09:13 +0000)
committer
adilger
<adilger>
Fri, 20 Sep 2002 09:13:28 +0000
(09:13 +0000)
lustre/mds/mds_extN.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_extN.c
b/lustre/mds/mds_extN.c
index
3d784b2
..
377388e
100644
(file)
--- a/
lustre/mds/mds_extN.c
+++ b/
lustre/mds/mds_extN.c
@@
-137,7
+137,7
@@
static int mds_extN_set_md(struct inode *inode, void *handle,
if (rc) {
CERROR("error adding objectid "LPX64" to inode %ld: %d\n",
lmm->lmm_object_id, inode->i_ino, rc);
- LBUG();
+
if (rc != -ENOSPC)
LBUG();
}
return rc;
}