From 145e8cf0c9c2403827f59a70f7993592f7dbcdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 24 Jan 2018 18:06:56 +0000 Subject: [PATCH] Remove obsolete TODO item. File system support libraries would be incompatible with KAuth. --- TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TODO b/TODO index 1b8f006..5d441a3 100644 --- a/TODO +++ b/TODO @@ -20,11 +20,6 @@ For releases after 3.3: in the kernel. that should cover all cases where we actually need root privileges now. -- we actually also need root privs for SMART now. -* The interface between core and the file systems needs some more thought. - Ideally we'd be free to use either external helper apps (like we do now) or - libraries to achieve the same things. Libraries in this case being libntfs-3g - and libext2fs. There's one for reiserfs too, iirc. - * Convert the fs implementations into plugins. Redesign the support-stuff, make that more flexible (no statics in the FS classes, some helper class or at least an array in FileSystem).