diff options
author | mao, bibo <[email protected]> | 2006-04-11 12:54:54 +0200 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-04-11 06:38:57 -0700 |
commit | cde227afe6b997dce08bcfc2aa6e373fb56857b0 (patch) | |
tree | 45b0bc04f54a830d0c3cd3a5afb46fcf7679a4dc /fs/jbd/commit.c | |
parent | 44b940c299dfaaf25b7aad683ff55cb213502ddd (diff) |
[PATCH] x86_64: inline function prefix with __always_inline in vsyscall
In vsyscall function do_vgettimeofday(), some functions are declared as
inlined, which is a hint for gcc to compile the function inlined but it
not forced. Sometimes compiler does not compile the function as
inlined, so here inline is replaced by __always_inline prefix.
It does not happen in gcc compiler actually, but it possibly happens.
Signed-off-by: bibo mao <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions