public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command
@ 2012-12-05 18:06 Lukasz Majewski
  2012-12-05 18:06 ` [U-Boot] [RESEND 1/4] fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division Lukasz Majewski
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lukasz Majewski @ 2012-12-05 18:06 UTC (permalink / raw)
  To: u-boot

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 filename buffer

Lukasz Majewski (4):
  fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division
  fs:ext4:write: Store block device descriptor in file system structure
  fs:ext4:fix: Code refactoring to suppress compiler warnings
  fs:ext4:write: Initialize cache aligned filename buffer

 fs/ext4/dev.c          |    1 +
 fs/ext4/ext4_common.c  |   14 ++++++++++----
 fs/ext4/ext4_journal.c |    3 +--
 fs/ext4/ext4fs.c       |   13 ++++++-------
 4 files changed, 18 insertions(+), 13 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-12-07 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 18:06 [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command Lukasz Majewski
2012-12-05 18:06 ` [U-Boot] [RESEND 1/4] fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division Lukasz Majewski
2012-12-05 18:06 ` [U-Boot] [RESEND 2/4] fs:ext4:write: Store block device descriptor in file system structure Lukasz Majewski
2012-12-05 18:06 ` [U-Boot] [RESEND 3/4] fs:ext4:fix: Code refactoring to suppress compiler warnings Lukasz Majewski
2012-12-05 18:06 ` [U-Boot] [RESEND 4/4] fs:ext4:write: Initialize cache aligned filename buffer Lukasz Majewski
2012-12-05 19:10 ` [U-Boot] [RESEND 0/4] fs:ext4:fix: Fixes for ext4write command Tom Rini
2012-12-06  7:31   ` Lukasz Majewski
2012-12-07 15:51 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox