Whamcloud - gitweb
mke2fs: fix handling of mmp_update_interval option
authorGregoire Pichon <gregoire.pichon@bull.net>
Wed, 17 Oct 2012 14:57:32 +0000 (16:57 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 Dec 2012 03:36:37 +0000 (22:36 -0500)
commit1564150d3111f95317073ebc853b79aa5307cff5
tree2d8a50418cd46406f849bb72a04ba1712edb411d
parentc7e293251fa28aebb201a884c074f0b36cbacc20
mke2fs: fix handling of mmp_update_interval option

Make sure the s_mmp_update_interval super block field is set
from the file system parameters block which is passed into the
ext2fs_initialize() function.

Addresses-Lustre-Bug: LU-1888

Signed-off-by: Gregoire Pichon <gregoire.pichon@bull.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/initialize.c