Whamcloud - gitweb
Update b_smallfix from HEAD (20040205_1702)
authoradilger <adilger>
Fri, 6 Feb 2004 01:03:58 +0000 (01:03 +0000)
committeradilger <adilger>
Fri, 6 Feb 2004 01:03:58 +0000 (01:03 +0000)
Mostly changes from landing b_orphan on HEAD.

lustre/llite/llite_lib.c

index 5ca5873..267c61c 100644 (file)
@@ -403,7 +403,7 @@ int lustre_process_log(struct lustre_mount_data *lmd, char * profile,
                 pcfg.pcfg_nid     = lmd->lmd_server_nid;
                 pcfg.pcfg_id      = lmd->lmd_server_ipaddr;
                 pcfg.pcfg_misc    = lmd->lmd_port;
-                pcfg.pcfg_size    = 0;
+                pcfg.pcfg_size    = 8388608;
                 pcfg.pcfg_flags   = 0x4; /*share*/
                 err = kportal_nal_cmd(&pcfg);
                 if (err <0)