All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boaz Harrosh <bharrosh@panasas.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Randy Dunlap <randy.dunlap@oracle.com>,
	Evgeniy Polyakov <zbr@ioremap.net>,
	Marcin Slusarz <marcin.slusarz@gmail.com>,
	Pavel Machek <pavel@suse.cz>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	open-osd <osd-dev@open-osd.org>,
	Avishay Traeger <avishay@gmail.com>,
	linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 1/9] exofs: Kbuild, Headers and osd utils
Date: Thu, 02 Apr 2009 10:24:20 +0300	[thread overview]
Message-ID: <49D46824.6020909@panasas.com> (raw)
In-Reply-To: <49D4111C.3010905@garzik.org>

On 04/02/2009 04:13 AM, Jeff Garzik wrote:
> Boaz Harrosh wrote:
>> This patch includes osd infrastructure that will be used later by
>> the file system.
>>
>> Also the declarations of constants, on disk structures,
>> and prototypes.
>>
>> And the Kbuild+Kconfig files needed to build the exofs module.
>>
>> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
>> ---
>>  fs/exofs/Kbuild   |   16 +++++
>>  fs/exofs/Kconfig  |   13 ++++
>>  fs/exofs/common.h |  184 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  fs/exofs/exofs.h  |  127 ++++++++++++++++++++++++++++++++++++
>>  fs/exofs/osd.c    |  153 ++++++++++++++++++++++++++++++++++++++++++++
>>  5 files changed, 493 insertions(+), 0 deletions(-)
>>  create mode 100644 fs/exofs/Kbuild
>>  create mode 100644 fs/exofs/Kconfig
>>  create mode 100644 fs/exofs/common.h
>>  create mode 100644 fs/exofs/exofs.h
>>  create mode 100644 fs/exofs/osd.c
> 
> After building "osdblk", a block driver using libosd, it is my opinion 
> that all functions inside fs/exofs/osd.c should be moved to libosd.
> 
> I find myself copying most of that file, to use in osdblk.
> 
> 	Jeff
> 

Yes I agree

I have such patches queued on my oo-devel branch that remove
half, and a plan to remove the second half in a more generic
manner.

The problem with those left is that they set policy like the
parameters in the call to osd_finalize_request, but it
might be better to just fold these into osd_execute_*

My long time plan was to implement at first the lowest level
only, then over time when repeated recipes arise add them.
I guess "later" as arrived.

Thanks
Boaz

  reply	other threads:[~2009-04-02  7:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01 14:05 [PATCHSET 0/9 ver7] exofs for 2.6.30 (really) Boaz Harrosh
2009-04-01 14:09 ` [PATCH 1/9] exofs: Kbuild, Headers and osd utils Boaz Harrosh
2009-04-02  1:13   ` Jeff Garzik
2009-04-02  7:24     ` Boaz Harrosh [this message]
2009-04-01 14:11 ` [PATCH 2/9] exofs: file and file_inode operations Boaz Harrosh
2009-04-01 14:13 ` [PATCH 3/9] exofs: symlink_inode and fast_symlink_inode operations Boaz Harrosh
2009-04-01 14:14 ` [PATCH 4/9] exofs: address_space_operations Boaz Harrosh
2009-04-01 14:21 ` [PATCH 5/9] exofs: dir_inode and directory operations Boaz Harrosh
2009-04-01 14:25 ` [PATCH 6/9] exofs: super_operations and file_system_type Boaz Harrosh
2009-04-01 14:26 ` [PATCH 7/9] exofs: export_operations Boaz Harrosh
2009-04-01 14:29 ` [PATCH 8/9] exofs: Documentation Boaz Harrosh
2009-04-01 14:30 ` [PATCH 9/9] fs: Add exofs to Kernel build Boaz Harrosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49D46824.6020909@panasas.com \
    --to=bharrosh@panasas.com \
    --cc=akpm@linux-foundation.org \
    --cc=avishay@gmail.com \
    --cc=jeff@garzik.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=marcin.slusarz@gmail.com \
    --cc=osd-dev@open-osd.org \
    --cc=pavel@suse.cz \
    --cc=randy.dunlap@oracle.com \
    --cc=zbr@ioremap.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.