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:
2a11bb5
)
- increase number of links per file
author
alex
<alex>
Wed, 21 Oct 2009 10:06:30 +0000
(10:06 +0000)
committer
alex
<alex>
Wed, 21 Oct 2009 10:06:30 +0000
(10:06 +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
83c7ab4
..
707277b
100644
(file)
--- a/
lustre/dmu-osd/osd_handler.c
+++ b/
lustre/dmu-osd/osd_handler.c
@@
-686,7
+686,7
@@
static void osd_conf_get(const struct lu_env *env,
* XXX should be taken from not-yet-existing fs abstraction layer.
*/
param->ddp_max_name_len = 256;
- param->ddp_max_nlink = 2
56
;
+ param->ddp_max_nlink = 2
048
;
param->ddp_block_shift = 12; /* XXX */
/* XXX: remove when new llog/mountconf over osd are ready -bzzz */
param->ddp_mnt = NULL;
@@
-1910,7
+1910,6
@@
int osd_xattr_get(const struct lu_env *env, struct dt_object *dt,
rc = -ENODATA;
if (rc == 0)
rc = size;
-
RETURN(rc);
}