[CRIU] [PATCH 08/16] restorer: Cleanup - drop always_inline attribute from write_ helpers

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 30 18:46:26 EDT 2012


This object file will be handled by ld script so .text
sections will be squashed into one common section.
Thus no need to force these functions being always-inlined.

It's a rudiment from time when we were not using ld at
all but #include source code file itself and now this
attribute might confuse code readers since it's
unclear _why_ it's needed at all.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 restorer-log.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-restorer-Cleanup-drop-always_inline-attribute-from-w.patch
Type: text/x-patch
Size: 1535 bytes
Desc: not available
Url : http://openvz.org/pipermail/criu/attachments/20120331/e9c7f567/0008-restorer-Cleanup-drop-always_inline-attribute-from-w-0001.bin


More information about the CRIU mailing list