Skip to content
Commit 1044e401 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: Fix writeout in ocfs2_data_convert_worker()

Commit f1f54068

 "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: default avatarMark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent 7ad8b3d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment