commit | 0587aa3d11f9769a301b21bff2c3ed8365606b8d | [log] [tgz] |
---|---|---|
author | yangsheng <sheng.yang@oracle.com> | Wed Nov 17 21:46:26 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Nov 17 21:46:26 2010 -0500 |
tree | c02512f57fc11b37da4764c10a5e2ef42cc5ecbe | |
parent | f4c8cc652d9f70680dd91be60a7a455040d0a282 [diff] |
jbd2: fix /proc/fs/jbd2/<dev> when using an external journal In jbd2_journal_init_dev(), we need make sure the journal structure is fully initialzied before calling jbd2_stats_proc_init(). Reviewed-by: Andreas Dilger <andreas.dilger@oracle.com> Signed-off-by: yangsheng <sheng.yang@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>