diff options
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 46af55355513..42211105c3f8 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c | |||
@@ -459,6 +459,8 @@ const struct gfs2_glock_operations gfs2_inode_glops = { | |||
459 | }; | 459 | }; |
460 | 460 | ||
461 | const struct gfs2_glock_operations gfs2_rgrp_glops = { | 461 | const struct gfs2_glock_operations gfs2_rgrp_glops = { |
462 | .go_xmote_th = meta_go_sync, | ||
463 | .go_drop_th = meta_go_sync, | ||
462 | .go_inval = meta_go_inval, | 464 | .go_inval = meta_go_inval, |
463 | .go_demote_ok = rgrp_go_demote_ok, | 465 | .go_demote_ok = rgrp_go_demote_ok, |
464 | .go_lock = rgrp_go_lock, | 466 | .go_lock = rgrp_go_lock, |