From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [RFC v14-rc][PATCH 14/23] A new file type (CR_FD_OBJREF) for a file descriptor already setup Date: Fri, 20 Mar 2009 13:14:32 -0700 Message-ID: <1237580072.8286.248.camel@nimitz> References: <1237574868-3371-1-git-send-email-orenl@cs.columbia.edu> <1237574868-3371-15-git-send-email-orenl@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1237574868-3371-15-git-send-email-orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org 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