[CRIU] [PATCH 00/11] Headers cleanup

Andrey Wagin avagin at gmail.com
Thu Nov 14 11:49:47 PST 2013


Welcome to the club of header optimizators!

2013/11/14 Cyrill Gorcunov <gorcunov at openvz.org>:
> Hi guys, here is some cleanup over our headers. Please take a look.
>
> Cyrill Gorcunov (11):
>   headers: Move fcntl related data to include/fcntl.h
>   headers: Drop SCM_MAX_FD internal variable
>   headers: Move fh_t to fsnotify.c
>   headers: Move kcmp_type to kcmp.h
>   headers: Move prctl constants to prctl.h
>   headers: Drop SECURE_NO_SETUID_FIXUP definition
>   x86: headers -- Drop unused FS/GS_TLS
>   headers: Drop never used CLONE_CHILD_USEPID
>   headers: Drop never used CLONE_VFORK
>   headers: Move ERESTART codes to errno.h
>   headers: Drop own definitions from mman.h
>
>  arch/arm/crtools.c           |   1 +
>  arch/arm/include/asm/types.h | 103 ---------------------------------------
>  arch/x86/crtools.c           |   1 +
>  arch/x86/include/asm/types.h | 112 -------------------------------------------
>  arch/x86/restorer.c          |   1 +
>  cr-check.c                   |   1 +
>  fsnotify.c                   |   7 +++
>  image.c                      |   1 +
>  include/errno.h              |   9 ++++
>  include/fcntl.h              |  32 +++++++++++++
>  include/files.h              |   1 +
>  include/kcmp-ids.h           |   2 +
>  include/kcmp.h               |  16 +++++++
>  include/prctl.h              |  41 ++++++++++++++++
>  include/util-pie.h           |   2 +-
>  mem.c                        |   1 +
>  page-pipe.c                  |   1 +
>  page-xfer.c                  |   1 +
>  pie/parasite.c               |   2 +
>  pie/restorer.c               |   2 +
>  pie/util-fd.c                |   2 +-
>  pie/util.c                   |   1 +
>  shmem.c                      |   1 +
>  stats.c                      |   1 +
>  24 files changed, 125 insertions(+), 217 deletions(-)
>  create mode 100644 include/errno.h
>  create mode 100644 include/fcntl.h
>  create mode 100644 include/kcmp.h
>  create mode 100644 include/prctl.h
>
> --
> 1.8.3.1


More information about the CRIU mailing list