From 12922ba84dd919246ed4595d29d211c5122abf49 Mon Sep 17 00:00:00 2001 From: huanghua Date: Sun, 21 Dec 2008 07:07:22 +0000 Subject: [PATCH] Branch HEAD b=17880 i=alexey.lyashkov i=yury.umanets initialize the mdt_thread_info.mti_spec.no_create --- lustre/mdt/mdt_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index eaed597..7acac5d 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -2537,6 +2537,7 @@ static void mdt_thread_info_init(struct ptlrpc_request *req, /* To not check for split by default. */ info->mti_spec.sp_ck_split = 0; + info->mti_spec.no_create = 0; } static void mdt_thread_info_fini(struct mdt_thread_info *info) -- 1.8.3.1