Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177999
b: refs/heads/master
c: 6d53cfe
h: refs/heads/master
i:
  177997: 9db06e6
  177995: 902138f
  177991: 06e41c5
  177983: 8e90e2f
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Dec 18, 2009
1 parent 696c817 commit 947aeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ea058544542a60e92fd023d93aa901709be18daa
refs/heads/master: 6d53cfe590c17c28ebae2c869bb7a5ab9554b4da
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_alias.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ int dasd_alias_make_device_known_to_lcu(struct dasd_device *device)
spin_unlock_irqrestore(&aliastree.lock, flags);
newlcu = _allocate_lcu(uid);
if (IS_ERR(newlcu))
return PTR_ERR(lcu);
return PTR_ERR(newlcu);
spin_lock_irqsave(&aliastree.lock, flags);
lcu = _find_lcu(server, uid);
if (!lcu) {
Expand Down

0 comments on commit 947aeb6

Please sign in to comment.