]> err.no Git - linux-2.6/blobdiff - fs/gfs2/sys.c
[GFS2] trivial sparse lock annotations
[linux-2.6] / fs / gfs2 / sys.c
index cc35ec862ee8cb77e8df8dbbaf9cd587bdeb6e81..9ab9fc85ecd04e7740c81b394289a30e1da24e08 100644 (file)
@@ -327,15 +327,9 @@ static ssize_t name##_show(struct gfs2_sbd *sdp, char *buf)                 \
 }                                                                           \
 static struct counters_attr counters_attr_##name = __ATTR_RO(name)
 
-COUNTERS_ATTR(glock_count,      "%u\n");
-COUNTERS_ATTR(glock_held_count, "%u\n");
-COUNTERS_ATTR(inode_count,      "%u\n");
 COUNTERS_ATTR(reclaimed,        "%u\n");
 
 static struct attribute *counters_attrs[] = {
-       &counters_attr_glock_count.attr,
-       &counters_attr_glock_held_count.attr,
-       &counters_attr_inode_count.attr,
        &counters_attr_reclaimed.attr,
        NULL,
 };