mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 08:37:17 -04:00
Remove old debug message
This commit is contained in:
parent
3a54e0748d
commit
acdd203d30
@ -18,10 +18,6 @@ int64_t ioctl(size_t device_fd, ioctl_request request, void* data){
|
|||||||
|
|
||||||
auto& device = scheduler::get_handle(device_fd);
|
auto& device = scheduler::get_handle(device_fd);
|
||||||
|
|
||||||
for(auto& part : device){
|
|
||||||
logging::logf(logging::log_level::TRACE, "part: %s\n", part.c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
if(request == ioctl_request::GET_BLK_SIZE){
|
if(request == ioctl_request::GET_BLK_SIZE){
|
||||||
return devfs::get_device_size(device, *reinterpret_cast<size_t*>(data));
|
return devfs::get_device_size(device, *reinterpret_cast<size_t*>(data));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user