Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23966
b: refs/heads/master
c: 5f7702f
h: refs/heads/master
v: v3
  • Loading branch information
Ed L. Cashin authored and Greg Kroah-Hartman committed Mar 24, 2006
1 parent 6d3ab29 commit 397f89a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2dd5e42269b6f71db8ca519e401ef1e6615b3705
refs/heads/master: 5f7702fd737d14de3ed06a94a1655be9d43f7e35
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoeblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ aoeblk_release(struct inode *inode, struct file *filp)

spin_lock_irqsave(&d->lock, flags);

if (--d->nopen == 0 && !(d->flags & DEVFL_UP)) {
if (--d->nopen == 0) {
spin_unlock_irqrestore(&d->lock, flags);
aoecmd_cfg(d->aoemajor, d->aoeminor);
return 0;
Expand Down

0 comments on commit 397f89a

Please sign in to comment.