From 208be67bc09db86f55caf81d995bc736067dc3f2 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 25 Jun 2006 16:42:33 -0700 Subject: [PATCH] --- yaml --- r: 30147 b: refs/heads/master c: 73b6af8a21184f2178a7219eb4d64ea5a71aedf9 h: refs/heads/master i: 30145: d35c2621b0b3ab74856b770cb80cdf4696fe1fd4 30143: ae9cc45f58f876f0f9bd394240a20cbd34d6c1cd v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/spufs/file.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 22bca19b048f..dd92615ac94d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e788f8d1ad71fea99a763114eae73c3ad55bc30 +refs/heads/master: 73b6af8a21184f2178a7219eb4d64ea5a71aedf9 diff --git a/trunk/arch/powerpc/platforms/cell/spufs/file.c b/trunk/arch/powerpc/platforms/cell/spufs/file.c index 80c02660e617..7854a380dce2 100644 --- a/trunk/arch/powerpc/platforms/cell/spufs/file.c +++ b/trunk/arch/powerpc/platforms/cell/spufs/file.c @@ -1150,7 +1150,7 @@ static unsigned int spufs_mfc_poll(struct file *file,poll_table *wait) return mask; } -static int spufs_mfc_flush(struct file *file) +static int spufs_mfc_flush(struct file *file, fl_owner_t id) { struct spu_context *ctx = file->private_data; int ret; @@ -1176,7 +1176,7 @@ static int spufs_mfc_flush(struct file *file) static int spufs_mfc_fsync(struct file *file, struct dentry *dentry, int datasync) { - return spufs_mfc_flush(file); + return spufs_mfc_flush(file, NULL); } static int spufs_mfc_fasync(int fd, struct file *file, int on)