summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorBob Peterson2008-02-06 00:11:40 +0100
committerSteven Whitehouse2008-03-31 11:40:34 +0200
commit9feb7c889f2a3b088a7f6583e609bd39997c0f47 (patch)
treecd54d87a2b123a85d6da71312017c2b0a5a33541 /fs/gfs2/incore.h
parent[GFS2] Shrink & rename di_depth (diff)
downloadkernel-qcow2-linux-9feb7c889f2a3b088a7f6583e609bd39997c0f47.tar.gz
kernel-qcow2-linux-9feb7c889f2a3b088a7f6583e609bd39997c0f47.tar.xz
kernel-qcow2-linux-9feb7c889f2a3b088a7f6583e609bd39997c0f47.zip
[GFS2] Remove unused counters
This is kind of trivial in the greater scheme of things, but this removes three counters that AFAICT are never used. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 9dfdde3612a4..b67e44baa73c 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -636,9 +636,6 @@ struct gfs2_sbd {
/* Counters */
- atomic_t sd_glock_count;
- atomic_t sd_glock_held_count;
- atomic_t sd_inode_count;
atomic_t sd_reclaimed;
char sd_fsname[GFS2_FSNAME_LEN];