* [PATCH] spufs: fix compile
@ 2006-04-06 13:48 Christoph Hellwig
2006-04-07 11:54 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2006-04-06 13:48 UTC (permalink / raw)
To: arndb; +Cc: linuxppc-dev
The current tree isn't exctly sure about the arguments to
alloc_spu_context, let it agree on the no-arguments version.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/arch/powerpc/platforms/cell/spufs/inode.c
===================================================================
--- linux-2.6.orig/arch/powerpc/platforms/cell/spufs/inode.c 2006-04-06 10:28:08.000000000 +0200
+++ linux-2.6/arch/powerpc/platforms/cell/spufs/inode.c 2006-04-06 15:45:36.000000000 +0200
@@ -241,7 +241,7 @@
inode->i_gid = dir->i_gid;
inode->i_mode &= S_ISGID;
}
- ctx = alloc_spu_context(inode->i_mapping);
+ ctx = alloc_spu_context();
SPUFS_I(inode)->i_ctx = ctx;
if (!ctx)
goto out_iput;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] spufs: fix compile
2006-04-06 13:48 [PATCH] spufs: fix compile Christoph Hellwig
@ 2006-04-07 11:54 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2006-04-07 11:54 UTC (permalink / raw)
To: arndb; +Cc: linuxppc-dev
On Thu, Apr 06, 2006 at 03:48:10PM +0200, Christoph Hellwig wrote:
> The current tree isn't exctly sure about the arguments to
> alloc_spu_context, let it agree on the no-arguments version.
Please ignore all these patches, I had a messed up tree.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-07 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06 13:48 [PATCH] spufs: fix compile Christoph Hellwig
2006-04-07 11:54 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).