Initialize max_slots early
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>
Mon, 11 Oct 2010 17:57:09 +0000 (12:57 -0500)
committerJoel Becker <joel.becker@oracle.com>
Mon, 11 Oct 2010 20:56:32 +0000 (13:56 -0700)
Functions such as ocfs2_recovery_init() make use of osb->max_slots.
Initialize osb->max_slots early so the functions may use the correct
value.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.de>
Signed-off-by: Joel Becker <joel.becker@oracle.com>

No differences found