[Devel] Re: [PATCH] fix checkpoint header exports

Oren Laadan orenl at cs.columbia.edu
Mon Jun 15 12:54:54 PDT 2009


Thanks, will apply.

git.ncl.cs.columbia.edu was down due to departmental network
issues. It's back to life.

Oren.

Nathan Lynch wrote:
> checkpoint_types.h is not useful to userspace.  Unexport it.
> 
> checkpoint.h contains definitions that userspace needs.  Export it.
> 
> user-cr can now be built against exported headers.
> 
> Signed-off-by: Nathan Lynch <ntl at pobox.com>
> 
> ---
> 
> (against ckpt-v16-x86 as of a couple days ago; git.ncl.cs.columbia.edu
> appears unresponsive atm)
> 
>  include/linux/Kbuild |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index 25b7c0e..df43556 100644
> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -44,7 +44,7 @@ header-y += bpqether.h
>  header-y += bsg.h
>  header-y += can.h
>  header-y += cdk.h
> -header-y += checkpoint_types.h
> +header-y += checkpoint.h
>  header-y += checkpoint_hdr.h
>  header-y += chio.h
>  header-y += coda_psdev.h
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list