commit | 0811a127cb83ad2e0355e5e3e30164d7ef0f2d65 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Jan 03 09:24:53 2008 -0600 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:17:04 2008 +0000 |
tree | f1e7eacb1a8a30e47299137db25be673621b9ee0 | |
parent | e5d9dc278c7f79c220e4506cc1ade2efa2ca73fd [diff] |
[GFS2] Initialize extent_list earlier 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>