Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30147
b: refs/heads/master
c: 73b6af8
h: refs/heads/master
i:
  30145: d35c262
  30143: ae9cc45
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jun 26, 2006
1 parent 99e0098 commit 208be67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e788f8d1ad71fea99a763114eae73c3ad55bc30
refs/heads/master: 73b6af8a21184f2178a7219eb4d64ea5a71aedf9
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spufs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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)
Expand Down

0 comments on commit 208be67

Please sign in to comment.