Commit 15732a1c authored by Harvey Harrison's avatar Harvey Harrison Committed by Dave Kleikamp

jfs: replace __inline with inline

Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarDave Kleikamp <shaggy@linux.vnet.ibm.com>
parent 89145622
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
* determine the maximum free string for four (lower level) nodes * determine the maximum free string for four (lower level) nodes
* of the tree. * of the tree.
*/ */
static __inline signed char TREEMAX(signed char *cp) static inline signed char TREEMAX(signed char *cp)
{ {
signed char tmp1, tmp2; signed char tmp1, tmp2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment