diff options
author | Bob Peterson <rpeterso@redhat.com> | 2008-01-29 13:56:15 -0600 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 10:40:23 +0100 |
commit | ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee (patch) | |
tree | 6c308961e3976b6dc30809d9efc17adc6e685711 /fs/gfs2/incore.h | |
parent | 110acf38377b5b341b11644bfe98389eccec627d (diff) | |
download | op-kernel-dev-ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee.zip op-kernel-dev-ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee.tar.gz |
[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 fe14f6a..65aa46a 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -191,7 +191,6 @@ struct gfs2_glock { const struct gfs2_glock_operations *gl_ops; struct gfs2_holder *gl_req_gh; - gfs2_glop_bh_t gl_req_bh; void *gl_lock; char *gl_lvb; |