Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938520AbZDJPN2 (ORCPT ); Fri, 10 Apr 2009 11:13:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764040AbZDJPNS (ORCPT ); Fri, 10 Apr 2009 11:13:18 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:58898 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761939AbZDJPNR (ORCPT ); Fri, 10 Apr 2009 11:13:17 -0400 Date: Fri, 10 Apr 2009 08:06:55 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Alexey Dobriyan cc: akpm@linux-foundation.org, containers@lists.linux-foundation.org, xemul@parallels.com, serue@us.ibm.com, dave@linux.vnet.ibm.com, mingo@elte.hu, orenl@cs.columbia.edu, hch@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/30] C/R OpenVZ/Virtuozzo style In-Reply-To: <20090410023207.GA27788@x200.localdomain> Message-ID: References: <20090410023207.GA27788@x200.localdomain> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 28 On Fri, 10 Apr 2009, Alexey Dobriyan wrote: > > This is to show how we see C/R and to provoke discussion on number of > important issues (mounts, ...). My only initial reaction is that I absolutely hate the naming (not to say I love the code - just to say that I didn't even look at it, because I got hung up on the name). "cr"? It could be anything. I realize that to _you_ that is meaningful, but to somebody less specifically interested in checkpoint-restore 'cr' means 'carriage return' or just doesn't really say anything at all. That goes both for file naming (kernel/cr/xyzzy.c) and to a lesser degree for function naming too. I also don't think it makes sense to have something like kernel/cr/cr-x86_32.c or kernel/cr/cr-tty.c - maybe that is good right now, but I sure hope that the long-term goal is to have these things in the code that will need to change them when the code gets updated (ie arch/x86/kernel and drivers/char/) Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/