]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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>
Tue, 30 Sep 2008 08:12:56 +0000 (11:12 +0300)
commit746103aca2ae2b044e32a6ab06a6536652124c99
treed667b2efc613ccc6349e9b034b965eb645810997
parent8d47aef43ba166bdd11d522307c61ab23aab61c3
UBIFS: inline one-line functions

'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>
fs/ubifs/lprops.c
fs/ubifs/misc.h
fs/ubifs/ubifs.h