diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-12-10 22:52:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-12-10 22:52:38 +0000 |
| commit | aed44717a1606e4c5c79f7c8831de49cba64d7e6 (patch) | |
| tree | 25839230a85e0eb4a96d9a10b0fcd445d8ebf05c /sys/dev/nvme/nvme_if.m | |
| parent | a21f12840f5f25d777920957ed8ba7362052eaa7 (diff) | |
Diffstat (limited to 'sys/dev/nvme/nvme_if.m')
| -rw-r--r-- | sys/dev/nvme/nvme_if.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nvme/nvme_if.m b/sys/dev/nvme/nvme_if.m index a89381d165f7..5a06ff112f4c 100644 --- a/sys/dev/nvme/nvme_if.m +++ b/sys/dev/nvme/nvme_if.m @@ -33,7 +33,7 @@ METHOD int ns_removed { # METHOD int ns_changed { device_t dev; /* nvme device */ - struct nvme_namespace *ns; /* information about the namespace */ + uint32_t nsid; /* nsid that just changed */ }; # |
