From: Artem Bityutskiy Date: Wed, 27 Aug 2008 09:50:57 +0000 (+0300) Subject: UBIFS: inline one-line functions X-Git-Tag: Release-2010-05/1~3^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118050367f6ce3d10240ab276af5785780490024;p=pandora-kernel.git 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 --- Reading git-diff-tree failed