+1
−0
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9UNQS CVE: NA ------------------------------------------ To properly set the dirty state of sub-pages during mmap write operations, it is necessary to ensure that the iop is created beforehand. This prevents issues where the iop might not yet be created when attempting to set the sub-page's dirty state. This reverts commit 9df33786. Fixes: 99e9a55b ("iomap: add support to track dirty state of sub pages") Signed-off-by:Long Li <leo.lilong@huawei.com>