Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84852
b: refs/heads/master
c: 435bc9d
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Feb 8, 2008
1 parent 8d13ecd commit b9d35ad
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: a219994bf5cca1208fb741b20ea9eb78e1711f81
refs/heads/master: 435bc9dfc6927eed9465e297d7aca1217aa61956
4 changes: 2 additions & 2 deletions trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,9 @@ int iucv_register(struct iucv_handler *handler, int smp)
iucv_setmask_up();
INIT_LIST_HEAD(&handler->paths);

spin_lock_irq(&iucv_table_lock);
spin_lock_bh(&iucv_table_lock);
list_add_tail(&handler->list, &iucv_handler_list);
spin_unlock_irq(&iucv_table_lock);
spin_unlock_bh(&iucv_table_lock);
rc = 0;
out_mutex:
mutex_unlock(&iucv_register_mutex);
Expand Down

0 comments on commit b9d35ad

Please sign in to comment.