commit | c28cbfa1a89cae2c0cb13144c8123345d61fdc87 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu May 23 10:22:10 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri May 24 10:04:23 2013 -0400 |
tree | 0f39e0b94f74e9823bbc3cc7c845ac5e360d44a4 | |
parent | 24c185cf58a5bef1e0401a0f7e70526d6d9078c7 [diff] |
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>