commit | 09b882520bbe01f2e5044642109c1c1d19fe3559 | [log] [tgz] |
---|---|---|
author | Avantika Mathur <mathur@us.ibm.com> | Wed Dec 06 20:41:36 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:48 2006 -0800 |
tree | aa3644cb7d9fdc6a8a40eb3160f4b28dbecae687 | |
parent | 5d4958f923f431e148d9ba8ff894209a134b943e [diff] |
[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>