[PATCH 5/9] jfs: replace __inline with inline

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Harvey Harrison
Date: Tuesday, March 4, 2008 - 6:17 pm

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 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 11e6d47..1a6eb41 100644
--- 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;
 
-- 
1.5.4.3.500.g83a2c


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 5/9] jfs: replace __inline with inline, Harvey Harrison, (Tue Mar 4, 6:17 pm)
Re: [PATCH 5/9] jfs: replace __inline with inline, Dave Kleikamp, (Wed Mar 5, 2:42 pm)