]> www.infradead.org Git - users/sagi/libnvme.git/commit
Rework nvme_scan_filter()
authorHannes Reinecke <hare@suse.de>
Tue, 1 Feb 2022 06:50:40 +0000 (07:50 +0100)
committerHannes Reinecke <hare@suse.de>
Tue, 1 Feb 2022 10:21:03 +0000 (11:21 +0100)
commit3af35b9ef9a1b7823c91c0db71012fa757cdc916
tree320e57d12a4af47eeb6940e9a90934d32875b67a
parent2ed84924c5c3af21b8816f53de68df89c8574376
Rework nvme_scan_filter()

Split off nvme_scan_filter() into nvme_create_root() and export the
remaining functionality as nvme_scan_topology(). With that
nvme_scan_filter() becomes pointless as the component functions
can be called directly.

Signed-off-by: Hannes Reinecke <hare@suse.de>
doc/libnvme.rst
doc/man/nvme_scan_filter.2 [deleted file]
src/libnvme.map
src/nvme/tree.c
src/nvme/tree.h
test/test.c