From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761290AbZDBCFj (ORCPT ); Wed, 1 Apr 2009 22:05:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758146AbZDBCF0 (ORCPT ); Wed, 1 Apr 2009 22:05:26 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:38257 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756207AbZDBCFZ (ORCPT ); Wed, 1 Apr 2009 22:05:25 -0400 Message-ID: <49D41D5C.7070601@garzik.org> Date: Wed, 01 Apr 2009 22:05:16 -0400 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: LKML , linux-scsi@vger.kernel.org CC: linux-fsdevel@vger.kernel.org, axboe@kernel.dk, Andrew Morton Subject: Re: [PATCH] osdblk: a Linux block device for OSD objects References: <20090402015455.GA14087@havoc.gtf.org> In-Reply-To: <20090402015455.GA14087@havoc.gtf.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jeff Garzik wrote: > As I promised in older exofs threads, here is a client for libosd > _other_ than exofs. This block driver exports a single OSD object > as a Linux block device. It should be noted that the first handful of functions are duplicates of fs/exofs/osd.c; an obvious consolidation is in order. Jeff