]> 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)
commit30edd6595921f136c0a26b58f3c9a4ec14cff618
treeabe4a58b3e7f4208c1cfc419afff3018ed249c70
parent3f9be869366863c6f19265bf10502bf990e834e2
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