From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Tue, 04 Dec 2012 09:49:30 +0100 Subject: [U-Boot] [PATCH 0/4] fs:ext4:fix: Fixes for ext4write command In-Reply-To: <1353946397-26429-1-git-send-email-l.majewski@samsung.com> References: <1353946397-26429-1-git-send-email-l.majewski@samsung.com> Message-ID: <20121204094930.7bf66aab@amdc308.digital.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear All, > 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 > > 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 > arm:trats: Adjust Samsung's TRATS config file > > fs/ext4/dev.c | 1 + > fs/ext4/ext4_common.c | 14 ++++++++++---- > fs/ext4/ext4_journal.c | 3 +-- > fs/ext4/ext4fs.c | 8 +++----- > include/configs/trats.h | 5 +++++ > 5 files changed, 20 insertions(+), 11 deletions(-) > Any comments (despite of Simon's Acked-by on patch 3/4)? -- Best regards, Lukasz Majewski Samsung Poland R&D Center | Linux Platform Group