Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180381
b: refs/heads/master
c: fb78610
h: refs/heads/master
i:
  180379: 7bedfb9
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Eric Van Hensbergen committed Feb 8, 2010
1 parent 4f5f452 commit 6466381
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: d8c8a9e36560e9ff4c99279d64ce5dd0e1a33fa6
refs/heads/master: fb786100f7c75e154e63d0f5a2982e6d46dfb602
3 changes: 2 additions & 1 deletion trunk/net/9p/trans_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ static void p9_virtio_close(struct p9_client *client)
struct virtio_chan *chan = client->trans;

mutex_lock(&virtio_9p_lock);
chan->inuse = false;
if (chan)
chan->inuse = false;
mutex_unlock(&virtio_9p_lock);
}

Expand Down

0 comments on commit 6466381

Please sign in to comment.