From c3f340544c33f0c2affeaf04930455e768365d7d Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 6 Feb 2004 01:03:58 +0000 Subject: [PATCH] Update b_smallfix from HEAD (20040205_1702) Mostly changes from landing b_orphan on HEAD. --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1