aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2007-11-01 05:26:54 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2008-01-25 03:07:37 -0500
commitc2932e03dbcfe7ea9052953dbd5f3157183c1e9b (patch)
tree4d72603f5fc136a0ad0fd65b423045d5d30e69ef /fs/gfs2/incore.h
parent60b0d0877986b8fa70148f06055422d2ed858e88 (diff)
[GFS2] Remove "reclaim limit"
This call to reclaim glocks is not needed, and in particular we don't want it in the fast path for locking glocks. The limit was entirely arbitrary anyway and we can't expect users to adjust things like this, the remaining code will do the right thing on its own. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index f7a50fed4b52..089dba412cc0 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -433,7 +433,6 @@ struct gfs2_tune {
433 unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ 433 unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */
434 unsigned int gt_stall_secs; /* Detects trouble! */ 434 unsigned int gt_stall_secs; /* Detects trouble! */
435 unsigned int gt_complain_secs; 435 unsigned int gt_complain_secs;
436 unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */
437 unsigned int gt_statfs_quantum; 436 unsigned int gt_statfs_quantum;
438 unsigned int gt_statfs_slow; 437 unsigned int gt_statfs_slow;
439}; 438};