Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344724
b: refs/heads/master
c: ecf0dd6
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Nicholas Bellinger committed Nov 7, 2012
1 parent 5e7b038 commit 4f49039
Show file tree
Hide file tree
Showing 3 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: 6f23ac8a39418d6c6711f4fd73cc4519067d7f08
refs/heads/master: ecf0dd6642ecf7c0aff89c1be48b870586f4be4f
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static int pscsi_create_type_other(struct se_device *dev,
return 0;
}

int pscsi_configure_device(struct se_device *dev)
static int pscsi_configure_device(struct se_device *dev)
{
struct se_hba *hba = dev->se_hba;
struct pscsi_dev_virt *pdv = PSCSI_DEV(dev);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void transport_register_session(
}
EXPORT_SYMBOL(transport_register_session);

void target_release_session(struct kref *kref)
static void target_release_session(struct kref *kref)
{
struct se_session *se_sess = container_of(kref,
struct se_session, sess_kref);
Expand Down

0 comments on commit 4f49039

Please sign in to comment.