]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: eliminate update_rgrp_lvb_unlinked
authorBob Peterson <rpeterso@redhat.com>
Wed, 8 Aug 2018 14:53:30 +0000 (09:53 -0500)
committerBob Peterson <rpeterso@redhat.com>
Wed, 8 Aug 2018 15:34:39 +0000 (10:34 -0500)
commit44952fcbc41a94509f960dd22310b644db4c7be7
tree8a7d502edacd65b939e0df7a33833b3ff55e7b92
parentd2c5b76429c0a19ba31b333a1e6cf0160a5c1955
gfs2: eliminate update_rgrp_lvb_unlinked

Function update_rgrp_lvb_unlinked used to do the same thing as
be32_add_cpu. This patch removes it in favor of using be32_add_cpu
directly.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Reviewed-by: Andrew Price <anprice@redhat.com>
fs/gfs2/rgrp.c