aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2009-01-13 09:53:43 +0000
committerSteven Whitehouse <steve@dolmen.chygwyn.com>2009-03-24 11:21:17 +0000
commitac2425e7d319dec0523e52ee120a158ce6668cbd (patch)
treeeda6ebb0e1db3caad8b23e6417fd1c311f43e6cd /fs/gfs2/incore.h
parentf057f6cdf64175db1151b1f5d110e29904f119a1 (diff)
downloadkernel_samsung_smdk4412-ac2425e7d319dec0523e52ee120a158ce6668cbd.zip
kernel_samsung_smdk4412-ac2425e7d319dec0523e52ee120a158ce6668cbd.tar.gz
kernel_samsung_smdk4412-ac2425e7d319dec0523e52ee120a158ce6668cbd.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 0af7c24..8fe0675 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -211,7 +211,6 @@ struct gfs2_glock {
char gl_strname[GDLM_STRNAME_BYTES];
struct dlm_lksb gl_lksb;
char gl_lvb[32];
- unsigned long gl_stamp;
unsigned long gl_tchange;
void *gl_object;