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)
commit192738b711d3e41a7326347db5d6923d2136b6d0
treeabe4a58b3e7f4208c1cfc419afff3018ed249c70
parent9862ca056e654633e521b303f74fb123f7f17e98
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