Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocfs2: Fix writeout in ocfs2_data_convert_worker()
Commit f1f5406 "optimized" ocfs2_data_convert_worker() to "only do work for regular files". Unfortunately, I left out a '!', which casued it to *skip* regular files. This was hidden from testing until recently because the default data journaling mode (data=ordered) doesn't exercise this code. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
- Loading branch information