Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173602
b: refs/heads/master
c: 473e285
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 4, 2009
1 parent cb3ebd6 commit b9265c9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 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: b04d023cf5b7f4113cc4a09405c2fe8003bfe37d
refs/heads/master: 473e28563fbb038515d4616546297483d3727c02
1 change: 0 additions & 1 deletion trunk/drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec)
error = -ENOBUFS;
return error;
}
EXPORT_SYMBOL(fc_seq_exch_abort);

/*
* Exchange timeout - handle exchange timer expiration.
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid)
fsp->xfer_ddp = xid;
}
}
EXPORT_SYMBOL(fc_fcp_ddp_setup);

/*
* fc_fcp_ddp_done - calls to LLD's ddp_done to release any
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/libfc/fc_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct fc_frame *__fc_frame_alloc(size_t len)
}
EXPORT_SYMBOL(__fc_frame_alloc);


struct fc_frame *fc_frame_alloc_fill(struct fc_lport *lp, size_t payload_len)
{
struct fc_frame *fp;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/libfc/fc_rport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1565,13 +1565,11 @@ int fc_setup_rport(void)
return -ENOMEM;
return 0;
}
EXPORT_SYMBOL(fc_setup_rport);

void fc_destroy_rport(void)
{
destroy_workqueue(rport_event_queue);
}
EXPORT_SYMBOL(fc_destroy_rport);

void fc_rport_terminate_io(struct fc_rport *rport)
{
Expand Down

0 comments on commit b9265c9

Please sign in to comment.