X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_trans.c;h=498ed18c0220d58ecad2beee97a5ae56856ea298;hp=e5b867202228e0899e79b1328f945ac035e37d82;hb=82e267a4388269724c05a08781efb8f533d68f60;hpb=434eeba4d33d9ddd871cff080d51534081bb3d30 diff --git a/lustre/osp/osp_trans.c b/lustre/osp/osp_trans.c index e5b8672..498ed18 100644 --- a/lustre/osp/osp_trans.c +++ b/lustre/osp/osp_trans.c @@ -1151,7 +1151,7 @@ static int osp_send_update_req(const struct lu_env *env, if (!osp->opd_connect_mdt) { down_read(&osp->opd_async_updates_rwsem); args->oaua_count = &osp->opd_async_updates_count; - args->oaua_waitq = &osp->opd_syn_barrier_waitq; + args->oaua_waitq = &osp->opd_sync_barrier_waitq; up_read(&osp->opd_async_updates_rwsem); atomic_inc(args->oaua_count); }