From: huanghua Date: Sun, 21 Dec 2008 07:07:22 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_140~72 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=12922ba84dd919246ed4595d29d211c5122abf49;p=fs%2Flustre-release.git Branch HEAD b=17880 i=alexey.lyashkov i=yury.umanets initialize the mdt_thread_info.mti_spec.no_create --- 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)