Quoting Dan Smith ([email protected]): > Changes: > - Update to match UTS changes > > Signed-off-by: Dan Smith <[email protected]>
Acked-by: Serge Hallyn <[email protected]> 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 _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
