Open arthurmco opened 7 years ago
We need to add how much dirs we want to read in vfs_readdir().
vfs_readdir()
This would be useful to avoid lags caused by reading a very big directory (reading them in pieces), and helpful in reading a dir across the network.
We need to add how much dirs we want to read in
vfs_readdir()
.This would be useful to avoid lags caused by reading a very big directory (reading them in pieces), and helpful in reading a dir across the network.