aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r--fs/gfs2/glops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c
index 88342e0b4bc7..7ef6b23bb38a 100644
--- a/fs/gfs2/glops.c
+++ b/fs/gfs2/glops.c
@@ -454,6 +454,7 @@ const struct gfs2_glock_operations gfs2_inode_glops = {
454 .go_lock = inode_go_lock, 454 .go_lock = inode_go_lock,
455 .go_unlock = inode_go_unlock, 455 .go_unlock = inode_go_unlock,
456 .go_type = LM_TYPE_INODE, 456 .go_type = LM_TYPE_INODE,
457 .go_min_hold_time = HZ / 10,
457}; 458};
458 459
459const struct gfs2_glock_operations gfs2_rgrp_glops = { 460const struct gfs2_glock_operations gfs2_rgrp_glops = {
@@ -464,6 +465,7 @@ const struct gfs2_glock_operations gfs2_rgrp_glops = {
464 .go_lock = rgrp_go_lock, 465 .go_lock = rgrp_go_lock,
465 .go_unlock = rgrp_go_unlock, 466 .go_unlock = rgrp_go_unlock,
466 .go_type = LM_TYPE_RGRP, 467 .go_type = LM_TYPE_RGRP,
468 .go_min_hold_time = HZ / 10,
467}; 469};
468 470
469const struct gfs2_glock_operations gfs2_trans_glops = { 471const struct gfs2_glock_operations gfs2_trans_glops = {