]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: Fix ext2 read issue
authorDave Liu <r63238@freescale.com>
Fri, 29 Feb 2008 09:45:31 +0000 (17:45 +0800)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Mar 2008 21:47:35 +0000 (22:47 +0100)
commitce1120dd703e6f12c59e4eba9962356a0300b832
treefde6758d165e3a52a0565a85c054fad13e90f581
parent5013c09f7a5675952a3ca88b6bc6c924e63af33e
fs: Fix ext2 read issue

The ext2 aligned process will corrupt the key
data struct, the patch fix this.

Signed-off-by: Dave Liu <daveliu@freescale.com>
fs/ext2/dev.c