[Devel] Re: [RFC v14-rc][PATCH 14/23] A new file type (CR_FD_OBJREF) for a file descriptor already setup
Dave Hansen
dave at linux.vnet.ibm.com
Fri Mar 20 13:14:32 PDT 2009
On Fri, 2009-03-20 at 14:47 -0400, Oren Laadan wrote:
> diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
> index cede30e..3be3902 100644
> --- a/include/linux/checkpoint.h
> +++ b/include/linux/checkpoint.h
> @@ -74,6 +74,7 @@ extern void cr_ctx_put(struct cr_ctx *ctx);
>
> enum {
> CR_OBJ_FILE = 1,
> + CR_OBJ_INODE,
> CR_OBJ_MAX
> };
This appears to be making the hash handle inodes. That, again, seems
like a nice separate patch.
-- Dave
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list