diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-03-05 15:38:22 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | 2008-03-05 15:38:22 -0500 |
commit | 15732a1cb5f9078d460a254449eb59391e531ffc (patch) | |
tree | 0cb68c6d703ccc34c3ae88820922c7b47703b75c /fs/jfs | |
parent | 891456227881da9c565c455010380a40d385a478 (diff) |
jfs: replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_dmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.h b/fs/jfs/jfs_dmap.h index 11e6d471b364..1a6eb41569bc 100644 --- a/fs/jfs/jfs_dmap.h +++ b/fs/jfs/jfs_dmap.h | |||
@@ -61,7 +61,7 @@ | |||
61 | * determine the maximum free string for four (lower level) nodes | 61 | * determine the maximum free string for four (lower level) nodes |
62 | * of the tree. | 62 | * of the tree. |
63 | */ | 63 | */ |
64 | static __inline signed char TREEMAX(signed char *cp) | 64 | static inline signed char TREEMAX(signed char *cp) |
65 | { | 65 | { |
66 | signed char tmp1, tmp2; | 66 | signed char tmp1, tmp2; |
67 | 67 | ||