Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248928
b: refs/heads/master
c: 1604b1b
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent c84c48c commit cef76a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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: 852c16dbdcf84d43803a4ccfa647cf2f2952afc9
refs/heads/master: 1604b1bda3c20534efad534f3fc77470f455d862
9 changes: 0 additions & 9 deletions trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ static inline struct storvsc_device *must_get_stor_device(
return stor_device;
}

static inline void put_stor_device(struct hv_device *device)
{
struct storvsc_device *stor_device;

stor_device = (struct storvsc_device *)device->ext;

atomic_dec(&stor_device->ref_count);
}

/* Drop ref count to 1 to effectively disable get_stor_device() */
static inline struct storvsc_device *release_stor_device(
struct hv_device *device)
Expand Down
10 changes: 10 additions & 0 deletions trunk/drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ static inline struct storvsc_device *get_stor_device(struct hv_device *device)
return stor_device;
}


static inline void put_stor_device(struct hv_device *device)
{
struct storvsc_device *stor_device;

stor_device = (struct storvsc_device *)device->ext;

atomic_dec(&stor_device->ref_count);
}

/* Interface */
int stor_vsc_on_host_reset(struct hv_device *device);

Expand Down

0 comments on commit cef76a8

Please sign in to comment.