Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207549
b: refs/heads/master
c: 0f3f63a
h: refs/heads/master
i:
  207547: b3473f9
v: v3
  • Loading branch information
Al Viro committed Aug 9, 2010
1 parent c1c9d77 commit 9329a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 58e8268c7bae538ccb8b7eccc817c1c28bcd4da2
refs/heads/master: 0f3f63a4700d7c5aed51491b0113a257cf290a56
8 changes: 3 additions & 5 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,14 @@ spufs_new_file(struct super_block *sb, struct dentry *dentry,
}

static void
spufs_delete_inode(struct inode *inode)
spufs_evict_inode(struct inode *inode)
{
struct spufs_inode_info *ei = SPUFS_I(inode);

end_writeback(inode);
if (ei->i_ctx)
put_spu_context(ei->i_ctx);
if (ei->i_gang)
put_spu_gang(ei->i_gang);
clear_inode(inode);
}

static void spufs_prune_dir(struct dentry *dir)
Expand Down Expand Up @@ -779,8 +778,7 @@ spufs_fill_super(struct super_block *sb, void *data, int silent)
.alloc_inode = spufs_alloc_inode,
.destroy_inode = spufs_destroy_inode,
.statfs = simple_statfs,
.delete_inode = spufs_delete_inode,
.drop_inode = generic_delete_inode,
.evict_inode = spufs_evict_inode,
.show_options = generic_show_options,
};

Expand Down

0 comments on commit 9329a42

Please sign in to comment.