Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Careful examination shows that it's possible for the bug fixed for mmap in https://review.whamcloud.com/49647 can also occur in the standard read() path.
This means unless we can figure out a more graceful way to handle our page deletion, we need the same check and retry code in the normal read() path as we have in the page fault path.