diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-01-13 04:53:43 -0500 |
---|---|---|
committer | Steven Whitehouse <steve@dolmen.chygwyn.com> | 2009-03-24 07:21:17 -0400 |
commit | ac2425e7d319dec0523e52ee120a158ce6668cbd (patch) | |
tree | eda6ebb0e1db3caad8b23e6417fd1c311f43e6cd /fs/gfs2/incore.h | |
parent | f057f6cdf64175db1151b1f5d110e29904f119a1 (diff) |
GFS2: Remove unused field from glock
The time stamp field is unused in the glock now that we are
using a shrinker, so that we can remove it and save sizeof(unsigned long)
bytes in each glock.
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 0af7c24de6a1..8fe0675120ac 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -211,7 +211,6 @@ struct gfs2_glock { | |||
211 | char gl_strname[GDLM_STRNAME_BYTES]; | 211 | char gl_strname[GDLM_STRNAME_BYTES]; |
212 | struct dlm_lksb gl_lksb; | 212 | struct dlm_lksb gl_lksb; |
213 | char gl_lvb[32]; | 213 | char gl_lvb[32]; |
214 | unsigned long gl_stamp; | ||
215 | unsigned long gl_tchange; | 214 | unsigned long gl_tchange; |
216 | void *gl_object; | 215 | void *gl_object; |
217 | 216 | ||