diff options
author | David Teigland <teigland@redhat.com> | 2011-07-06 17:00:54 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2011-07-11 08:43:45 -0500 |
commit | 3d6aa675fff9eee5a6339d67b355b63a6d69565f (patch) | |
tree | f401792f4e92f2473d361bfb185c517838ab2032 /fs/dlm/config.h | |
parent | a22ca4806822154c163c6f220f4c2a05adf96fc7 (diff) | |
download | linux-3d6aa675fff9eee5a6339d67b355b63a6d69565f.tar.bz2 |
dlm: keep lkbs in idr
This is simpler and quicker than the hash table, and
avoids needing to search the hash list for every new
lkid to check if it's used.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/config.h')
-rw-r--r-- | fs/dlm/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h index dd0ce24d5a80..260574463d29 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h @@ -20,7 +20,6 @@ struct dlm_config_info { int ci_tcp_port; int ci_buffer_size; int ci_rsbtbl_size; - int ci_lkbtbl_size; int ci_dirtbl_size; int ci_recover_timer; int ci_toss_secs; |