Re: [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command

2012-12-07 Thread Tom Rini
On Wed, Dec 05, 2012 at 07:06:36PM +0100, Lukasz Majewski wrote: > Several fixes for ext4write command including: > - compiler warnings suppress > - lldiv() and do_div() instead of "plain" / and % operands for 64-32 bits > - Proper initialization of dev_desc > - Proper definition of cache aligned

Re: [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command

2012-12-05 Thread Lukasz Majewski
Hi Tom, > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/05/12 13:06, Lukasz Majewski wrote: > > Several fixes for ext4write command including: - compiler warnings > > suppress - lldiv() and do_div() instead of "plain" / and % > > operands for 64-32 bits - Proper initialization of dev_

Re: [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command

2012-12-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/05/12 13:06, Lukasz Majewski wrote: > Several fixes for ext4write command including: - compiler warnings > suppress - lldiv() and do_div() instead of "plain" / and % > operands for 64-32 bits - Proper initialization of dev_desc - > Proper definit