Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30821
b: refs/heads/master
c: 4ad9845
h: refs/heads/master
i:
  30819: 124b78c
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jun 28, 2006
1 parent 4a124c7 commit 901a65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 59e0e0ace7d33e8c0c125042f153f80fcc56b39e
refs/heads/master: 4ad98457aa545bc4d03d417da86325507aa586ec
8 changes: 2 additions & 6 deletions trunk/fs/ocfs2/vote.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,7 @@ int ocfs2_request_mount_vote(struct ocfs2_super *osb)
}

bail:
if (request)
kfree(request);

kfree(request);
return status;
}

Expand Down Expand Up @@ -1021,9 +1019,7 @@ int ocfs2_request_umount_vote(struct ocfs2_super *osb)
}

bail:
if (request)
kfree(request);

kfree(request);
return status;
}

Expand Down

0 comments on commit 901a65d

Please sign in to comment.