From: adilger Date: Fri, 6 Feb 2004 01:03:58 +0000 (+0000) Subject: Update b_smallfix from HEAD (20040205_1702) X-Git-Tag: v1_7_100~1^127~26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c3f340544c33f0c2affeaf04930455e768365d7d;p=fs%2Flustre-release.git Update b_smallfix from HEAD (20040205_1702) Mostly changes from landing b_orphan on HEAD. --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 5ca5873..267c61c 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -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)