From c41b008dc17bebc8810abc09fbc44a4f982eb2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 17 Sep 2016 01:23:04 +0100 Subject: [PATCH] Remove obsolete note. --- src/core/devicescanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/devicescanner.cpp b/src/core/devicescanner.cpp index 632cb9b..e513933 100644 --- a/src/core/devicescanner.cpp +++ b/src/core/devicescanner.cpp @@ -65,7 +65,7 @@ void DeviceScanner::scan() clear(); const QList deviceList = CoreBackendManager::self()->backend()->scanDevices(); - const QList lvmList = LvmDevice::scanSystemLVM(); // NOTE: PVs inside LVM won't be scanned + const QList lvmList = LvmDevice::scanSystemLVM(); operationStack().physicalVolumes() = FS::lvm2_pv::getPVs(deviceList); for (const auto &d : deviceList)