https://bugzilla.kernel.org/show_bug.cgi?id=220575
--- Comment #9 from JY ([email protected]) --- Oh NO... I saw my fault... static inline void set_page_private(...) { page->private = private; + if (!private) <<<<<<<<<<<<<<<<<<< :( + page->_private = private; } It should be 'if (private)' -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
