summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2008-01-29 13:56:15 -0600
committerSteven Whitehouse <swhiteho@redhat.com>2008-03-31 10:40:23 +0100
commitab0d756681c9502a2ab9e2e4ab3685bc0567f4ee (patch)
tree6c308961e3976b6dc30809d9efc17adc6e685711 /fs/gfs2/incore.h
parent110acf38377b5b341b11644bfe98389eccec627d (diff)
downloadlinux-stable-ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee.tar.gz
linux-stable-ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee.tar.bz2
linux-stable-ab0d756681c9502a2ab9e2e4ab3685bc0567f4ee.zip
[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.h1
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 {
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;