Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144443
b: refs/heads/master
c: 3869bb6
h: refs/heads/master
i:
  144441: 120f24d
  144439: 55578fc
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Apr 27, 2009
1 parent 9a4571f commit 11c261c
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: 6ab35c0713daf8cd68f272a4be8dfc02c86bbd3b
refs/heads/master: 3869bb6e73f5f55ce16b13025726b0bfdf1f4aae
3 changes: 2 additions & 1 deletion trunk/drivers/s390/scsi/zfcp_cfdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Userspace interface for accessing the
* Access Control Lists / Control File Data Channel
*
* Copyright IBM Corporation 2008
* Copyright IBM Corporation 2008, 2009
*/

#define KMSG_COMPONENT "zfcp"
Expand Down Expand Up @@ -197,6 +197,7 @@ static long zfcp_cfdc_dev_ioctl(struct file *file, unsigned int command,
retval = -ENXIO;
goto free_buffer;
}
zfcp_adapter_get(adapter);

retval = zfcp_cfdc_sg_setup(data->command, fsf_cfdc->sg,
data_user->control_file);
Expand Down

0 comments on commit 11c261c

Please sign in to comment.