From: Gerd Hoffmann
Entries are inserted in filename order instead of being
appended to the end in case sorting is enabled.
This will avoid any future issues of moving the file creation
around, it doesn't matter what order they are created now,
the will always be in filename order.
Signed-off-b
On Mon, Mar 14, 2016 at 11:23:51PM +0700, miny...@acm.org wrote:
> From: Gerd Hoffmann
>
> Entries are inserted at the correct place instead of being
> appended to the end in case sorting is enabled.
>
> Signed-off-by: Gerd Hoffmann
>
> Added a new machine type for compatibility.
>
> Signed-o
On 03/14/2016 11:33 PM, Paolo Bonzini wrote:
On 14/03/2016 17:23, miny...@acm.org wrote:
From: Gerd Hoffmann
Entries are inserted at the correct place instead of being
appended to the end in case sorting is enabled.
Signed-off-by: Gerd Hoffmann
Added a new machine type for compatibility.
On 14/03/2016 17:23, miny...@acm.org wrote:
> From: Gerd Hoffmann
>
> Entries are inserted at the correct place instead of being
> appended to the end in case sorting is enabled.
>
> Signed-off-by: Gerd Hoffmann
>
> Added a new machine type for compatibility.
>
> Signed-off-by: Corey Minyar
From: Gerd Hoffmann
Entries are inserted at the correct place instead of being
appended to the end in case sorting is enabled.
Signed-off-by: Gerd Hoffmann
Added a new machine type for compatibility.
Signed-off-by: Corey Minyard
---
I don't really like the double-negative created by dont_so