[GFS2] Initialize extent_list earlier
authorBob Peterson <rpeterso@redhat.com>
Thu, 3 Jan 2008 15:24:53 +0000 (09:24 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:17:04 +0000 (08:17 +0000)
Here is a patch for the latest upstream GFS2 code:
The journal extent map needs to be initialized sooner than it
currently is.  Otherwise failed mount attempts (e.g. not enough
journals, etc.) may panic trying to access the uninitialized list.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_fstype.c
fs/gfs2/super.c

Simple merge
diff --cc fs/gfs2/super.c
Simple merge