commit | 746103aca2ae2b044e32a6ab06a6536652124c99 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Aug 27 12:50:57 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Sep 30 11:12:56 2008 +0300 |
tree | d667b2efc613ccc6349e9b034b965eb645810997 | |
parent | 8d47aef43ba166bdd11d522307c61ab23aab61c3 [diff] |
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>