From: alex Date: Wed, 21 Oct 2009 10:06:30 +0000 (+0000) Subject: - increase number of links per file X-Git-Tag: GIT_EPOCH_B_HD_KDMU~2^4~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7c86b602bfa325a72cbdbc6f82a23bf6e3d9c835;p=fs%2Flustre-release.git - increase number of links per file --- diff --git a/lustre/dmu-osd/osd_handler.c b/lustre/dmu-osd/osd_handler.c index 83c7ab4..707277b 100644 --- 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 = 256; + param->ddp_max_nlink = 2048; 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); }