]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita526a118c606ae2dd6528225191ec56dee929325
tree9d27aa85bc03785e2571f63f2538dfd7cdf265bc
parent16a6a9ef2cb3370e38d7279a80ff5eaaa4ad37c8
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