Whamcloud - gitweb
- increase number of links per file
authoralex <alex>
Wed, 21 Oct 2009 10:06:30 +0000 (10:06 +0000)
committeralex <alex>
Wed, 21 Oct 2009 10:06:30 +0000 (10:06 +0000)
lustre/dmu-osd/osd_handler.c

index 83c7ab4..707277b 100644 (file)
@@ -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);
 }