On Wed, May 26, 2010 at 05:53:25PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > Index: linux-2.6/arch/powerpc/platforms/cell/spufs/file.c > =================================================================== > --- linux-2.6.orig/arch/powerpc/platforms/cell/spufs/file.c 2010-05-25 19:28:04.965004819 +0200 > +++ linux-2.6/arch/powerpc/platforms/cell/spufs/file.c 2010-05-25 19:55:33.804006007 +0200 > @@ -1849,8 +1849,7 @@ out: > return ret; > } > > -static int spufs_mfc_fsync(struct file *file, struct dentry *dentry, > - int datasync) > +static int spufs_mfc_fsync(struct file *file int datasync) ^^^^^ Typo: Missing comma, this won't compile. There will also be a slight merge conflict with fs/ext4/fsync.c, but the resolution should be pretty straightforward. - Ted -- 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