]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ext4: Eliminate inline functions
authorAvantika Mathur <mathur@us.ibm.com>
Thu, 7 Dec 2006 04:41:36 +0000 (20:41 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:48 +0000 (08:39 -0800)
commitbc4bff56f6221ca55c56f93d8043894827225e04
treeaa3644cb7d9fdc6a8a40eb3160f4b28dbecae687
parentcefafc0e8eb764042602a217235562f131ac83e0
[PATCH] ext4: Eliminate inline functions

Removes all inline keywords, since the compiler will make static functions
inline when it is appropriate.

Signed-off-by: Avantika Mathur <mathur@us.ibm.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext4/extents.c