On Wed, Jan 30, 2013 at 11:28 AM, Josef Bacik <[email protected]> wrote:
> +       /*
> +        * We still need to update disk_i_size if outstanding_isize is greater
> +        * than disk_i_size.
> +        */
> +       if (offset <= disk_i_size &&
> +           (!ordered || ordered->outstanding_isize < disk_i_size))

"<=" for the comparison? "ordered->outstanding_isize <= disk_i_size"

Cheers,
Filipe
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to