Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84711
b: refs/heads/master
c: 476aed3
h: refs/heads/master
i:
  84709: 38fd186
  84707: 56c9c1f
  84703: a4cee3c
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 8, 2008
1 parent e0ed6ca commit 577d7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 52e112b3ab6b2b35a144565c8ea3bdda1e2845f2
refs/heads/master: 476aed3870b26735c4fcfdaa95420fa9e1de5119
4 changes: 1 addition & 3 deletions trunk/drivers/block/aoe/aoedev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static void freetgt(struct aoedev *d, struct aoetgt *t);
static void skbpoolfree(struct aoedev *d);

static struct aoedev *devlist;
static spinlock_t devlist_lock;
static DEFINE_SPINLOCK(devlist_lock);

int
aoedev_isbusy(struct aoedev *d)
Expand Down Expand Up @@ -291,7 +291,5 @@ aoedev_exit(void)
int __init
aoedev_init(void)
{
spin_lock_init(&devlist_lock);
return 0;
}

0 comments on commit 577d7b6

Please sign in to comment.