X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lib.c;h=c5e46ebf75a704dc0cdfd76a4047d1af9053f1ac;hp=93f2366059a0519d7b4edd1722e31e2bdc3e8a8d;hb=8cad1d968ad4efee46d08aee1e6a6266d4713e84;hpb=0b54f38a7eb79ece762f12e121bfe26814a2e655 diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 93f2366..c5e46eb 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -282,6 +282,7 @@ int client_obd_setup(struct obd_device *obddev, struct lustre_cfg *lcfg) CFS_INIT_LIST_HEAD(&cli->cl_loi_hp_ready_list); CFS_INIT_LIST_HEAD(&cli->cl_loi_write_list); CFS_INIT_LIST_HEAD(&cli->cl_loi_read_list); + CFS_INIT_LIST_HEAD(&cli->cl_loi_sync_fs_list); client_obd_list_lock_init(&cli->cl_loi_list_lock); cli->cl_r_in_flight = 0; cli->cl_w_in_flight = 0;