]> git.karo-electronics.de Git - mv-sheeva.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)
commit09b882520bbe01f2e5044642109c1c1d19fe3559
treeaa3644cb7d9fdc6a8a40eb3160f4b28dbecae687
parent5d4958f923f431e148d9ba8ff894209a134b943e
[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