diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2019-05-18 20:43:13 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2019-05-18 20:43:13 +0000 |
| commit | 5c4ff96e26644055c7d46066b6e87be347706fab (patch) | |
| tree | 58d138bf57202b052bd73666689618e657c7c77a /sys/dev/sn | |
| parent | de7b9ab729130a49e96a0fcf8143bc4fcb449de0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn')
| -rw-r--r-- | sys/dev/sn/if_sn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 0306089c8629..4d1f3be9accc 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -225,6 +225,9 @@ sn_attach(device_t dev) sn_detach(dev); return err; } + + gone_by_fcp101_dev(dev); + return 0; } |
