diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 46af553555135f362d47a957faeb0418d7f8a46f..42211105c3f83622aca6da5fe7df56be9ee10bfd 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c @@ -459,6 +459,8 @@ const struct gfs2_glock_operations gfs2_inode_glops = { }; const struct gfs2_glock_operations gfs2_rgrp_glops = { + .go_xmote_th = meta_go_sync, + .go_drop_th = meta_go_sync, .go_inval = meta_go_inval, .go_demote_ok = rgrp_go_demote_ok, .go_lock = rgrp_go_lock,