diff options
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 95788ae436c6..a4222c3f5993 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c | |||
@@ -551,7 +551,6 @@ const struct gfs2_glock_operations gfs2_inode_glops = { | |||
551 | .go_lock = inode_go_lock, | 551 | .go_lock = inode_go_lock, |
552 | .go_dump = inode_go_dump, | 552 | .go_dump = inode_go_dump, |
553 | .go_type = LM_TYPE_INODE, | 553 | .go_type = LM_TYPE_INODE, |
554 | .go_min_hold_time = HZ / 5, | ||
555 | .go_flags = GLOF_ASPACE, | 554 | .go_flags = GLOF_ASPACE, |
556 | }; | 555 | }; |
557 | 556 | ||
@@ -562,7 +561,6 @@ const struct gfs2_glock_operations gfs2_rgrp_glops = { | |||
562 | .go_unlock = rgrp_go_unlock, | 561 | .go_unlock = rgrp_go_unlock, |
563 | .go_dump = gfs2_rgrp_dump, | 562 | .go_dump = gfs2_rgrp_dump, |
564 | .go_type = LM_TYPE_RGRP, | 563 | .go_type = LM_TYPE_RGRP, |
565 | .go_min_hold_time = HZ / 5, | ||
566 | .go_flags = GLOF_ASPACE, | 564 | .go_flags = GLOF_ASPACE, |
567 | }; | 565 | }; |
568 | 566 | ||