u-boot-brain/fs
Stephen Warren c28cbfa1a8 ext4: assign get_fs()->dev_desc before using it
Commit 50ce4c0 "fs/ext4: Support device block sizes != 512 bytes"
modified ext4fs_set_blk_dev() to calculate total_sect based on
get_fs()->dev_desc->log2blksz rather than SECTOR_SIZE. However, this
value wasn't yet assigned. Move the assignment earlier so the code
doesn't crash or hang.

Cc: Egbert Eich <eich@suse.com>
Tested-by: Tom Rini <trini@ti.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2013-05-24 10:04:23 -04:00
..
cbfs cbfs: Remove mention of CREDITS files 2012-12-06 13:56:38 -07:00
cramfs gunzip: rename z{alloc, free} to gz{alloc, free} 2012-04-30 16:54:51 +02:00
ext4 ext4: assign get_fs()->dev_desc before using it 2013-05-24 10:04:23 -04:00
fat fs/fat: Don't multiply fatsize with sector size 2013-05-01 16:24:02 -04:00
fdos Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
jffs2 linux/compat.h: rename from linux/mtd/compat.h 2012-04-30 16:54:51 +02:00
reiserfs cmd_reiser: use common get_device_and_partition function 2012-09-25 14:49:18 -07:00
sandbox sandbox: fs: Add support for saving files to host filesystem 2013-05-01 11:17:21 -04:00
ubifs ubi: ubifs: Turn off verbose prints 2013-04-11 15:52:54 -04:00
yaffs2 include/linux/byteorder: import latest endian definitions from linux 2012-11-04 11:00:34 -07:00
zfs fs: zfs: fix illegal use of fp 2012-11-14 13:18:41 +01:00
fs.c sandbox: fs: Add support for saving files to host filesystem 2013-05-01 11:17:21 -04:00
Makefile fs: add filesystem switch libary, implement ls and fsload commands 2012-10-29 14:21:20 -07:00