gfs2: Simplify the seq file code for "sbstats"
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 27 Aug 2015 16:43:00 +0000 (11:43 -0500)
committerBob Peterson <rpeterso@redhat.com>
Thu, 3 Sep 2015 18:33:05 +0000 (13:33 -0500)
commit81648d043191e5f8f5870c5af6060b56383b139d
tree9d27aa85bc03785e2571f63f2538dfd7cdf265bc
parentc63f887bdae80858c7cebf914f45f69bbaa88e8d
gfs2: Simplify the seq file code for "sbstats"

Don't use struct gfs2_glock_iter as the helper data structure for iterating
through "sbstats"; we are not iterating through glocks here.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/glock.c