diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-11-01 09:26:54 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-01-25 08:07:37 +0000 |
commit | c2932e03dbcfe7ea9052953dbd5f3157183c1e9b (patch) | |
tree | 4d72603f5fc136a0ad0fd65b423045d5d30e69ef /fs/gfs2/incore.h | |
parent | 60b0d0877986b8fa70148f06055422d2ed858e88 (diff) | |
download | op-kernel-dev-c2932e03dbcfe7ea9052953dbd5f3157183c1e9b.zip op-kernel-dev-c2932e03dbcfe7ea9052953dbd5f3157183c1e9b.tar.gz |
[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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index f7a50fe..089dba4 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -433,7 +433,6 @@ struct gfs2_tune { unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ unsigned int gt_stall_secs; /* Detects trouble! */ unsigned int gt_complain_secs; - unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */ unsigned int gt_statfs_quantum; unsigned int gt_statfs_slow; }; |