]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Stop messing with ip->i_rgd in the rlist code
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 21 Jun 2018 12:22:12 +0000 (07:22 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 4 Jul 2018 20:38:42 +0000 (21:38 +0100)
commit911f3c847b4d7a97867506263495626dedb348b9
tree40109f5cb0c25276a6d14da5c4cbbb27e731475a
parentdb824a869c3cc508e40f92a065f3a6a789a429b1
gfs2: Stop messing with ip->i_rgd in the rlist code

In the resource group list code, keep the last resource group added in
the last position in the array.  Check against that instead of messing
with ip->i_rgd.

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