NeilBrown <[EMAIL PROTECTED]> wrote:
>
>  +            do_sync_file_range(file, 0, LLONG_MAX,
>  +                               SYNC_FILE_RANGE_WRITE |
>  +                               SYNC_FILE_RANGE_WAIT_AFTER);

That needs a SYNC_FILE_RANGE_WAIT_BEFORE too.  Otherwise any dirty,
under-writeback pages will remain dirty.  I'll make that change.
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to