Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78369
b: refs/heads/master
c: b5e7833
h: refs/heads/master
i:
  78367: 1c146da
v: v3
  • Loading branch information
Denis Cheng authored and David S. Miller committed Jan 28, 2008
1 parent f49da31 commit 0d4edce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: df01812eba19834e48abd43246abedfbc4feeb7e
refs/heads/master: b5e78337b50c0f3adda7faadb92f62bbdd5ffb56
4 changes: 2 additions & 2 deletions trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ static void iucv_tasklet_fn(unsigned long ignored)
[0x08] = iucv_message_pending,
[0x09] = iucv_message_pending,
};
struct list_head task_queue = LIST_HEAD_INIT(task_queue);
LIST_HEAD(task_queue);
struct iucv_irq_list *p, *n;

/* Serialize tasklet, iucv_path_sever and iucv_path_connect. */
Expand Down Expand Up @@ -1526,7 +1526,7 @@ static void iucv_tasklet_fn(unsigned long ignored)
static void iucv_work_fn(struct work_struct *work)
{
typedef void iucv_irq_fn(struct iucv_irq_data *);
struct list_head work_queue = LIST_HEAD_INIT(work_queue);
LIST_HEAD(work_queue);
struct iucv_irq_list *p, *n;

/* Serialize tasklet, iucv_path_sever and iucv_path_connect. */
Expand Down

0 comments on commit 0d4edce

Please sign in to comment.