diff options
author | Bob Peterson <rpeterso@redhat.com> | 2008-01-29 14:56:15 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 05:40:23 -0400 |
commit | ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee (patch) | |
tree | 6c308961e3976b6dc30809d9efc17adc6e685711 /fs/gfs2/incore.h | |
parent | 110acf38377b5b341b11644bfe98389eccec627d (diff) |
[GFS2] Eliminate gl_req_bh
This patch further reduces the memory needs of GFS2 by
eliminating the gl_req_bh variable from struct gfs2_glock.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
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 fe14f6a417b5..65aa46acb082 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -191,7 +191,6 @@ struct gfs2_glock { | |||
191 | const struct gfs2_glock_operations *gl_ops; | 191 | const struct gfs2_glock_operations *gl_ops; |
192 | 192 | ||
193 | struct gfs2_holder *gl_req_gh; | 193 | struct gfs2_holder *gl_req_gh; |
194 | gfs2_glop_bh_t gl_req_bh; | ||
195 | 194 | ||
196 | void *gl_lock; | 195 | void *gl_lock; |
197 | char *gl_lvb; | 196 | char *gl_lvb; |