Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30966
b: refs/heads/master
c: 9d7fa40
h: refs/heads/master
v: v3
  • Loading branch information
Latchesar Ionkov authored and Linus Torvalds committed Jun 28, 2006
1 parent 4a694ec commit 823f06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 94374e7cc369b972855cebd13ba942f4eb1be1ac
refs/heads/master: 9d7fa40098253a6768cfc3ffbbd5988ba852d364
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ v9fs_create(struct v9fs_session_info *v9ses, u32 pfid, char *name, u32 perm,
fid = V9FS_NOFID;

put_fid:
if (fid >= 0)
if (fid != V9FS_NOFID)
v9fs_put_idpool(fid, &v9ses->fidpool);

kfree(fcall);
Expand Down

0 comments on commit 823f06b

Please sign in to comment.