]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Convert function bh_get to use iomap
authorBob Peterson <rpeterso@redhat.com>
Fri, 11 Feb 2022 15:50:36 +0000 (10:50 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 24 May 2022 19:29:14 +0000 (21:29 +0200)
commit82a11fc51d262c59d406e7b43d136a4f31d837f8
tree53c83fbd3c14c13a673154bebe9beb63f47e1243
parent6eb6198fd1b7a2bdb360b56ad5c293bfe4f0f0b8
gfs2: Convert function bh_get to use iomap

Before this patch, function bh_get used block_map to figure out the
block it needed to read in from the quota_change file. This patch
changes it to use iomap directly to make it more efficient.

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