From 2f1c62ce0b022a2549ff80a299b8a3b314106fae Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 15 Apr 2016 14:03:48 +0200 Subject: Only construct the storage when we start using it --- lib/public/files/mount/imountpoint.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/public') diff --git a/lib/public/files/mount/imountpoint.php b/lib/public/files/mount/imountpoint.php index 9ce1396c1d1..bc7bf81709f 100644 --- a/lib/public/files/mount/imountpoint.php +++ b/lib/public/files/mount/imountpoint.php @@ -94,4 +94,12 @@ interface IMountPoint { * @since 8.1.0 */ public function getOptions(); + + /** + * Get the file id of the root of the storage + * + * @return int + * @since 9.1.0 + */ + public function getStorageRootId(); } -- cgit v1.2.3