From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: 2.6.21-rc6 new aops patchset Date: Fri, 13 Apr 2007 01:45:35 +0200 Message-ID: <20070412234535.GE23523@wotan.suse.de> References: <20070412044852.GA31961@wotan.suse.de> <20070412172734.GO21982@ca-server1.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Filesystems , Miklos Szeredi To: Mark Fasheh Return-path: Received: from ns2.suse.de ([195.135.220.15]:58526 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030805AbXDLXpl (ORCPT ); Thu, 12 Apr 2007 19:45:41 -0400 Content-Disposition: inline In-Reply-To: <20070412172734.GO21982@ca-server1.us.oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Apr 12, 2007 at 10:27:34AM -0700, Mark Fasheh wrote: > On Thu, Apr 12, 2007 at 06:48:52AM +0200, Nick Piggin wrote: > > Need to think about how to merge this. > > Maybe a spin in -mm? That'll have to be minus fs-ocfs2-aops.patch, but I'm > just working out the last few issues in a new one for you anyway. Yeah, I guess that's the best way. Hopefully there are no major clashes ;) I'll ask Andrew to merge after 2.6.21 opens. > FWIW, I'm > very happy with the way these patches have gone so far. Great, that's good to hear. > Here's another trivial patch... Yep, I think that's a reasonable export. Will apply. > --Mark > > -- > Mark Fasheh > Senior Software Developer, Oracle > mark.fasheh@oracle.com > > > >From nobody Mon Sep 17 00:00:00 2001 > From: Mark Fasheh > Date: Thu, 12 Apr 2007 10:18:05 -0700 > Subject: [PATCH] Export page_zero_new_buffers() > > Any file system that wants to implement their own ->write_end() will > probably want this. > > Signed-off-by: Mark Fasheh > > --- > > fs/buffer.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > 86e3778a4acc27bd93e5885140f9e9fd1b967cf1 > diff --git a/fs/buffer.c b/fs/buffer.c > index 9aae38e..7559bc0 100644 > --- a/fs/buffer.c > +++ b/fs/buffer.c > @@ -1889,6 +1889,7 @@ void page_zero_new_buffers(struct page * > bh = bh->b_this_page; > } while (bh != head); > } > +EXPORT_SYMBOL(page_zero_new_buffers); > > static int __block_commit_write(struct inode *inode, struct page *page, > unsigned from, unsigned to) > -- > 1.3.3