Re: [PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-30 Thread Artem Bityutskiy
On Tue, 2014-06-24 at 09:25 +0200, Heiko Schocher wrote: > Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 ("UBI: fix rb_tree node > comparison in add_map") > > introduced problems with attaching ubi fastmap images, > created with older kernel. Changed the commit message to be a bit more

Re: [PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-30 Thread Artem Bityutskiy
On Tue, 2014-06-24 at 09:25 +0200, Heiko Schocher wrote: Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 (UBI: fix rb_tree node comparison in add_map) introduced problems with attaching ubi fastmap images, created with older kernel. Changed the commit message to be a bit more

Re: [PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-25 Thread Richard Weinberger
Am 24.06.2014 09:25, schrieb Heiko Schocher: > Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 ("UBI: fix rb_tree node > comparison in add_map") > > introduced problems with attaching ubi fastmap images, > created with older kernel. > > As in ubi_find_av() from attach.c is > [...] >

Re: [PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-25 Thread Richard Weinberger
Am 24.06.2014 09:25, schrieb Heiko Schocher: Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 (UBI: fix rb_tree node comparison in add_map) introduced problems with attaching ubi fastmap images, created with older kernel. As in ubi_find_av() from attach.c is [...] if

[PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-24 Thread Heiko Schocher
Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 ("UBI: fix rb_tree node comparison in add_map") introduced problems with attaching ubi fastmap images, created with older kernel. As in ubi_find_av() from attach.c is [...] if (vol_id > av->vol_id) p =

[PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-24 Thread Heiko Schocher
Commit 604b592e6fd3c98f21435e1181ba7723ffc24715 (UBI: fix rb_tree node comparison in add_map) introduced problems with attaching ubi fastmap images, created with older kernel. As in ubi_find_av() from attach.c is [...] if (vol_id av-vol_id) p =