From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Fasheh Subject: Re: 2.6.21-rc6 new aops patchset Date: Thu, 12 Apr 2007 10:27:34 -0700 Message-ID: <20070412172734.GO21982@ca-server1.us.oracle.com> References: <20070412044852.GA31961@wotan.suse.de> Reply-To: Mark Fasheh Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Filesystems , Miklos Szeredi To: Nick Piggin Return-path: Received: from agminet01.oracle.com ([141.146.126.228]:52739 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030583AbXDLR2I (ORCPT ); Thu, 12 Apr 2007 13:28:08 -0400 Content-Disposition: inline In-Reply-To: <20070412044852.GA31961@wotan.suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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. FWIW, I'm very happy with the way these patches have gone so far. Here's another trivial patch... --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