From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH 1/2] dm thin: rename dm_thin_id to more generic dm_dev_id Date: Mon, 5 Mar 2012 10:29:42 +0000 Message-ID: <20120305102941.GC6431@ubuntu> References: <1330732770-18621-1-git-send-email-snitzer@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1330732770-18621-1-git-send-email-snitzer@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mike Snitzer Cc: dm-devel@redhat.com, ejt@redhat.com List-Id: dm-devel.ids This is part of the hsm target development work. Let's keep this in git for now; there's no point spamming dm-devel with work in progress. I'm happy to give you write access to my github repo if you like. Otherwise I can merge from any git repo you wish. On Fri, Mar 02, 2012 at 06:59:29PM -0500, Mike Snitzer wrote: > dm_thin_id is too specific to thin devices. Rename to allow for reuse > by other targets.