[PATCH 3/3] Stub implementation of IPC namespace c/r (v2)

Serge E. Hallyn serue at us.ibm.com
Thu Apr 2 11:06:59 PDT 2009


Quoting Dan Smith (danms at us.ibm.com):
> Changes:
>  - Update to match UTS changes
> 
> Signed-off-by: Dan Smith <danms at us.ibm.com>

Acked-by: Serge Hallyn <serue at us.ibm.com>

Oren, I will wait until you rebase your IPC patches on top of these
patches before reviewing them more, if that's ok.

> +static int cr_write_ipcns(struct cr_ctx *ctx, struct ipc_namespace *ipc)
> +{
> +	struct cr_hdr h;
> +	struct cr_hdr_ipcns *hh = cr_hbuf_get(ctx, sizeof(*hh));
> +	int ret;

Note that Oren has taken to checking the return values of all
his cr_hbuf_gets()s...

-serge


More information about the Containers mailing list