OSDN Git Service

gfs2: change qd_slot_count to qd_slot_ref
authorBob Peterson <rpeterso@redhat.com>
Fri, 16 Jun 2023 18:22:04 +0000 (13:22 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:18 +0000 (15:58 +0200)
commit0e072cac92d08c05257432b10fa8cd66d64b3f43
treee944552fa34e34594bbca6a3d4a1dc387a1770e8
parent06aa6fd31a5f402b055e12ea53bb7b086359d3c8
gfs2: change qd_slot_count to qd_slot_ref

Variable qd_slot_count is a reference count, not a count of slots. This
patch renames it to qd_slot_ref to make that more clear.

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