UBIFS: inline one-line functions
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 27 Aug 2008 09:50:57 +0000 (12:50 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:47:34 +0000 (18:47 +0300)
'ubifs_get_lprops()' and 'ubifs_release_lprops()' basically wrap
mutex lock and unlock. We have them because we want lprops subsystem
be separate and as independent as possible. And we planned better
locking rules for lprops.

Anyway, because they are short, it is better to inline them.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found