projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8914562
)
jfs: replace __inline with inline
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 5 Mar 2008 20:38:22 +0000
(14:38 -0600)
committer
Dave Kleikamp
<shaggy@linux.vnet.ibm.com>
Wed, 5 Mar 2008 20:38:22 +0000
(14:38 -0600)
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
fs/jfs/jfs_dmap.h
patch
|
blob
|
history
diff --git
a/fs/jfs/jfs_dmap.h
b/fs/jfs/jfs_dmap.h
index
11e6d47
..
1a6eb41
100644
(file)
--- a/
fs/jfs/jfs_dmap.h
+++ b/
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;