Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186623
b: refs/heads/master
c: e3c0acf
h: refs/heads/master
i:
  186621: 75167cf
  186619: 12a14a5
  186615: 7c13eac
  186607: b5f2c94
  186591: 751ebb1
  186559: 68f0d19
  186495: 9daf127
  186367: 7a43816
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 4eec347 commit 664026c
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: 0c14c06cc18bc0d7f968d0bf1e531bcb8ced387d
refs/heads/master: e3c0acf44d837d3095ab8222d3271f9ba0d3db44
2 changes: 1 addition & 1 deletion trunk/drivers/staging/pohmelfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ int pohmelfs_write_create_inode(struct pohmelfs_inode *pi)
t = netfs_trans_alloc(psb, err + 1, 0, 0);
if (!t) {
err = -ENOMEM;
goto err_out_put;
goto err_out_exit;
}
t->complete = pohmelfs_write_inode_complete;
t->private = igrab(inode);
Expand Down

0 comments on commit 664026c

Please sign in to comment.