Skip to content

Commit

Permalink
hugemmap10: Add TST_SR_TCONF flag to .save_restore
Browse files Browse the repository at this point in the history
Conversion in 0922f44 forget to add it.

Link: https://lore.kernel.org/ltp/[email protected]/
Fixes: 0922f44 ("save_restore: Introduce new struct field for flags")
Reviewed-by: Martin Doucha <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Dec 11, 2024
1 parent 8f2292a commit 07e8d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcases/kernel/mem/hugetlb/hugemmap/hugemmap10.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ static struct tst_test test = {
.mntpoint = MNTPOINT,
.needs_hugetlbfs = 1,
.save_restore = (const struct tst_path_val[]) {
{PATH_OC_HPAGES, NULL},
{PATH_NR_HPAGES, NULL},
{PATH_OC_HPAGES, NULL, TST_SR_TCONF},
{PATH_NR_HPAGES, NULL, TST_SR_TCONF},
{}
},
.setup = setup,
Expand Down

0 comments on commit 07e8d5f

Please sign in to comment.