diff options
| author | Ed L. Cashin <ecashin@coraid.com> | 2006-01-19 13:46:27 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-24 01:01:56 -0500 |
| commit | 5f7702fd737d14de3ed06a94a1655be9d43f7e35 (patch) | |
| tree | eb2dda2c8233226451f7daffc662f80b74f64b09 /drivers | |
| parent | 2dd5e42269b6f71db8ca519e401ef1e6615b3705 (diff) | |
[PATCH] aoe [6/8]: update device information on last close
Instead of making the user wait or do it manually, refresh
device information on its last close by issuing a config
query to the device.
Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/block/aoe/aoeblk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index 039c0911fa8f..32fea55fac48 100644 --- a/drivers/block/aoe/aoeblk.c +++ b/drivers/block/aoe/aoeblk.c | |||
| @@ -109,7 +109,7 @@ aoeblk_release(struct inode *inode, struct file *filp) | |||
| 109 | 109 | ||
| 110 | spin_lock_irqsave(&d->lock, flags); | 110 | spin_lock_irqsave(&d->lock, flags); |
| 111 | 111 | ||
| 112 | if (--d->nopen == 0 && !(d->flags & DEVFL_UP)) { | 112 | if (--d->nopen == 0) { |
| 113 | spin_unlock_irqrestore(&d->lock, flags); | 113 | spin_unlock_irqrestore(&d->lock, flags); |
| 114 | aoecmd_cfg(d->aoemajor, d->aoeminor); | 114 | aoecmd_cfg(d->aoemajor, d->aoeminor); |
| 115 | return 0; | 115 | return 0; |
