Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63363
b: refs/heads/master
c: c9b3feb
h: refs/heads/master
i:
  63361: ec6caf8
  63359: b7f718a
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jul 31, 2007
1 parent 8789293 commit 8ebbb50
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e804a4a4dd596d853f6d6f814fbdcf97b8efcdea
refs/heads/master: c9b3febc5b9c55a76b838c977b078195ec8bb95e
3 changes: 2 additions & 1 deletion trunk/kernel/relay.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Public API and common code for kernel->userspace relay file support.
*
* See Documentation/filesystems/relayfs.txt for an overview of relayfs.
* See Documentation/filesystems/relay.txt for an overview.
*
* Copyright (C) 2002-2005 - Tom Zanussi (zanussi@us.ibm.com), IBM Corp
* Copyright (C) 1999-2005 - Karim Yaghmour (karim@opersys.com)
Expand Down Expand Up @@ -426,6 +426,7 @@ static struct rchan_buf *relay_open_buf(struct rchan *chan, unsigned int cpu)

free_buf:
relay_destroy_buf(buf);
buf = NULL;
free_name:
kfree(tmpname);
end:
Expand Down

0 comments on commit 8ebbb50

Please sign in to comment.