Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: do not continue on EINTR in file_read_to_end and file_write_all
In case of EINTR, we should return and handle the interrupt. Otherwise, file_read and file_write will be immediately interrupted again because of the same pending signal.
- Loading branch information