From 249316c8fc9182d913f58de4e460f8b1a8fc3573 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Jun 2018 21:54:50 +0200 Subject: [PATCH] storage/udisks: implement MapFS() --- src/storage/plugins/UdisksStorage.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/storage/plugins/UdisksStorage.cxx b/src/storage/plugins/UdisksStorage.cxx index 2bd294e9b..98fb3dc5b 100644 --- a/src/storage/plugins/UdisksStorage.cxx +++ b/src/storage/plugins/UdisksStorage.cxx @@ -108,6 +108,10 @@ public: std::string MapUTF8(const char *uri_utf8) const noexcept override; + AllocatedPath MapFS(const char *uri_utf8) const noexcept override { + return mounted_storage->MapFS(uri_utf8); + } + const char *MapToRelativeUTF8(const char *uri_utf8) const noexcept override; private: