]> 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)
commite66032d41c324aa93556b78fcc4d2783ad2f2227
tree53c83fbd3c14c13a673154bebe9beb63f47e1243
parent364f15938211e33ed13a07ce8d17f9307d9fcd8f
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