浏览代码

jfs: replace __inline with inline

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Harvey Harrison 17 年之前
父节点
当前提交
15732a1cb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/jfs/jfs_dmap.h

+ 1 - 1
fs/jfs/jfs_dmap.h

@@ -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;