Re: [PATCH] Btrfs: fix missing i_size update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 30, 2013 at 11:28 AM, Josef Bacik <jbacik@xxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux