Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msync04: Check disk content if dirty bit check failed
msync04 test is inherently racy and nothing guarantees that the page is not written out before get_dirty_page() manages to read the page state. Hence the test should be reworked to verify the page contents is on disk when it finds dirty bit isn't set anymore... Link: https://lore.kernel.org/ltp/[email protected]/ Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Wei Gao <[email protected]> [ pvorel: remove dirty variable ] Signed-off-by: Petr Vorel <[email protected]>
- Loading branch information