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@xxxxxxxxxx > > > >From nobody Mon Sep 17 00:00:00 2001 > From: Mark Fasheh <mark.fasheh@xxxxxxxxxx> > 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 <mark.fasheh@xxxxxxxxxx> > > --- > > 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 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html