Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247442
b: refs/heads/master
c: 5db79c0
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed May 13, 2011
1 parent bf5faae commit 7de8c8f
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: ff2aed7da18781bb32ce675e4621475e4baae08f
refs/heads/master: 5db79c0679e542a156de54e97be8901aeaa7638a
4 changes: 2 additions & 2 deletions trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,14 +828,14 @@ EXPORT_SYMBOL(iucv_unregister);
static int iucv_reboot_event(struct notifier_block *this,
unsigned long event, void *ptr)
{
int i, rc;
int i;

get_online_cpus();
on_each_cpu(iucv_block_cpu, NULL, 1);
preempt_disable();
for (i = 0; i < iucv_max_pathid; i++) {
if (iucv_path_table[i])
rc = iucv_sever_pathid(i, NULL);
iucv_sever_pathid(i, NULL);
}
preempt_enable();
put_online_cpus();
Expand Down

0 comments on commit 7de8c8f

Please sign in to comment.