|
@@ -459,6 +459,8 @@ const struct gfs2_glock_operations gfs2_inode_glops = {
|
|
};
|
|
};
|
|
|
|
|
|
const struct gfs2_glock_operations gfs2_rgrp_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_inval = meta_go_inval,
|
|
.go_demote_ok = rgrp_go_demote_ok,
|
|
.go_demote_ok = rgrp_go_demote_ok,
|
|
.go_lock = rgrp_go_lock,
|
|
.go_lock = rgrp_go_lock,
|