Skip to content
Commit da755fdb authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Remove lm.[ch] and distribute content



The functions in lm.c were just wrappers which were mostly
only used in one other file. By moving the functions to
the files where they are being used, they can be marked
static and also this will usually result in them being inlined
since they are often only used from one point in the code.

A couple of really trivial functions have been inlined by hand
into the function which called them as it makes the code clearer
to do that.

We also gain from one fewer function call in the glock lock and
unlock paths.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent ab0d7566
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment