Whamcloud - gitweb
Branch HEAD
authorhuanghua <huanghua>
Sun, 21 Dec 2008 07:07:22 +0000 (07:07 +0000)
committerhuanghua <huanghua>
Sun, 21 Dec 2008 07:07:22 +0000 (07:07 +0000)
b=17880
i=alexey.lyashkov
i=yury.umanets

initialize the mdt_thread_info.mti_spec.no_create

lustre/mdt/mdt_handler.c

index eaed597..7acac5d 100644 (file)
@@ -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)