]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Inline function meta_lo_add
authorBob Peterson <rpeterso@redhat.com>
Wed, 25 Jan 2017 17:57:42 +0000 (12:57 -0500)
committerBob Peterson <rpeterso@redhat.com>
Fri, 27 Jan 2017 13:20:41 +0000 (08:20 -0500)
commit22bf63d98586e68fd4795136c8dcad7ac0668a74
treeabe4a58b3e7f4208c1cfc419afff3018ed249c70
parent01c14691cf7db184d9a84fa75eea1e044e014998
GFS2: Inline function meta_lo_add

This patch simply combines function meta_lo_add with its only
caller, trans_add_meta. This makes the code easier to read and
will make it easier to reduce contention on gfs2_log_lock.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/trans.c