LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 5/9] jfs: replace __inline with inline
@ 2008-03-05 1:17 Harvey Harrison
2008-03-05 21:42 ` Dave Kleikamp
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-03-05 1:17 UTC (permalink / raw)
To: Dave Kleikamp; +Cc: Andrew Morton, LKML
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 5/9] jfs: replace __inline with inline
2008-03-05 1:17 [PATCH 5/9] jfs: replace __inline with inline Harvey Harrison
@ 2008-03-05 21:42 ` Dave Kleikamp
0 siblings, 0 replies; 2+ messages in thread
From: Dave Kleikamp @ 2008-03-05 21:42 UTC (permalink / raw)
To: Harvey Harrison; +Cc: Andrew Morton, LKML
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 <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;
>
--
David Kleikamp
IBM Linux Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-05 21:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 1:17 [PATCH 5/9] jfs: replace __inline with inline Harvey Harrison
2008-03-05 21:42 ` Dave Kleikamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).