Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29783
b: refs/heads/master
c: 099a71d
h: refs/heads/master
i:
  29781: 97a7fed
  29779: fb34825
  29775: 3ea8cca
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Jun 25, 2006
1 parent 12595e2 commit c9a7e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 18cddac3d17781d9cbc109522d70ab021c846e2b
refs/heads/master: 099a71d99578a53bdf5f383c55e4095f1c59410c
6 changes: 0 additions & 6 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,6 @@ v9fs_vfs_create(struct inode *dir, struct dentry *dentry, int mode,
if (vfid)
v9fs_fid_destroy(vfid);

if (inode)
iput(inode);

return err;
}

Expand Down Expand Up @@ -1174,9 +1171,6 @@ static int v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry,
if (vfid)
v9fs_fid_destroy(vfid);

if (inode)
iput(inode);

return err;

}
Expand Down

0 comments on commit c9a7e73

Please sign in to comment.