X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lib%2Fext2fs%2Fmmp.c;h=8d927d92db765f4cf33fe402171700c410f33e9f;hb=aee40b870cd70a884fd98a56d9c956945584b429;hp=3947b1f7961442dd350bbbc961024ec17d34c205;hpb=766c14289119c6ecc362e0e5093ca82a51b5e1ca;p=tools%2Fe2fsprogs.git diff --git a/lib/ext2fs/mmp.c b/lib/ext2fs/mmp.c index 3947b1f..8d927d9 100644 --- a/lib/ext2fs/mmp.c +++ b/lib/ext2fs/mmp.c @@ -168,6 +168,7 @@ unsigned ext2fs_mmp_new_seq(void) #endif } +#ifdef CONFIG_MMP static errcode_t ext2fs_mmp_reset(ext2_filsys fs) { struct mmp_struct *mmp_s = NULL; @@ -201,6 +202,7 @@ static errcode_t ext2fs_mmp_reset(ext2_filsys fs) out: return retval; } +#endif errcode_t ext2fs_mmp_update(ext2_filsys fs) {