From 82e8c1d22546f2f0bc046ae1ef9f517cd40cbb6e Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 29 Sep 2015 22:44:33 +0200 Subject: [PATCH] TODOs --- impl/FilesystemImpl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/impl/FilesystemImpl.cpp b/impl/FilesystemImpl.cpp index 276c6425..a2d2f9f5 100644 --- a/impl/FilesystemImpl.cpp +++ b/impl/FilesystemImpl.cpp @@ -226,8 +226,6 @@ void FilesystemImpl::access(const bf::path &path, int mask) { } int FilesystemImpl::createAndOpenFile(const bf::path &path, mode_t mode, uid_t uid, gid_t gid) { - //TODO Creating the file opens and closes it. We then reopen it afterwards. - // This is slow. Improve! PROFILE(_createAndOpenFileNanosec); auto dir = LoadDir(path.parent_path()); PROFILE(_createAndOpenFileNanosec_withoutLoading);