Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124684
b: refs/heads/master
c: 06499fa
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and James Bottomley committed Dec 29, 2008
1 parent efc4992 commit a5a4a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b228af0269eaf1af22dbae12a0860f8dbfd63662
refs/heads/master: 06499fac65a273f1de0154679ab04f29dead2bba
3 changes: 2 additions & 1 deletion trunk/drivers/s390/scsi/zfcp_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@ static int zfcp_erp_thread(void *data)
struct list_head *next;
struct zfcp_erp_action *act;
unsigned long flags;
int ignore;

daemonize("zfcperp%s", dev_name(&adapter->ccw_device->dev));
/* Block all signals */
Expand All @@ -1407,7 +1408,7 @@ static int zfcp_erp_thread(void *data)
}

zfcp_rec_dbf_event_thread_lock(4, adapter);
down_interruptible(&adapter->erp_ready_sem);
ignore = down_interruptible(&adapter->erp_ready_sem);
zfcp_rec_dbf_event_thread_lock(5, adapter);
}

Expand Down

0 comments on commit a5a4a5a

Please sign in to comment.