This commit is contained in:
Baptiste Wicht 2014-02-28 20:14:52 +01:00
parent 5c278a27aa
commit 74ab80f54f

View File

@ -41,11 +41,12 @@ int64_t vfs::mount(partition_type type, const char* mount_point, const char* dev
//TODO Generalize //TODO Generalize
disks::mount(disks::disk_by_uuid(0), 0); disks::mount(disks::disk_by_uuid(0), 0);
return 0; break;
default: default:
return -1; return -1;
} }
//TODO Save the mount point in the mount point list structure
} }
std::vector<std::string> get_path(const char* file_path){ std::vector<std::string> get_path(const char* file_path){