Skip to content

Commit

Permalink
jfs: replace __inline with inline
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
  • Loading branch information
Harvey Harrison authored and Dave Kleikamp committed Mar 5, 2008
1 parent 8914562 commit 15732a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jfs/jfs_dmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 15732a1

Please sign in to comment.