2008-03-05 01:19:48

by Harvey Harrison

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

Signed-off-by: Harvey Harrison <[email protected]>
---
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


2008-03-05 21:42:46

by Dave Kleikamp

[permalink] [raw]
Subject: Re: [PATCH 5/9] jfs: replace __inline with inline

I've added this to the jfs git tree.

Thanks,
Shaggy

On Tue, 2008-03-04 at 17:17 -0800, Harvey Harrison wrote:
> Signed-off-by: Harvey Harrison <[email protected]>
> ---
> 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;
>
--
David Kleikamp
IBM Linux Technology Center