Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129987
b: refs/heads/master
c: b786c6a
h: refs/heads/master
i:
  129985: 100e43a
  129983: 52ef34b
v: v3
  • Loading branch information
Jiri Slaby authored and Ingo Molnar committed Jan 18, 2009
1 parent cc9dffb commit 2e09525
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fdb6a8f4db813b4e50f4e975efe6be12ba5bf460
refs/heads/master: b786c6a98ef6fa81114ba7b9fbfc0d67060775e3
4 changes: 3 additions & 1 deletion trunk/kernel/relay.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,10 @@ int relay_late_setup_files(struct rchan *chan,

mutex_lock(&relay_channels_mutex);
/* Is chan already set up? */
if (unlikely(chan->has_base_filename))
if (unlikely(chan->has_base_filename)) {
mutex_unlock(&relay_channels_mutex);
return -EEXIST;
}
chan->has_base_filename = 1;
chan->parent = parent;
curr_cpu = get_cpu();
Expand Down

0 comments on commit 2e09525

Please sign in to comment.