jfs: replace __inline with inline

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
This commit is contained in:
Harvey Harrison 2008-03-05 14:38:22 -06:00 committed by Dave Kleikamp
parent 8914562278
commit 15732a1cb5

View File

@ -61,7 +61,7 @@
* determine the maximum free string for four (lower level) nodes
* of the tree.
*/
static __inline signed char TREEMAX(signed char *cp)
static inline signed char TREEMAX(signed char *cp)
{
signed char tmp1, tmp2;