Skip to content

Commit

Permalink
fix additional syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ecbadeaux committed Oct 5, 2023
1 parent 53b1630 commit 0c00103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/ppm_fillers.c
Original file line number Diff line number Diff line change
Expand Up @@ -7332,6 +7332,8 @@ int f_sched_prog_exec(struct event_filler_arguments *args)
/* Parameter 10: pgft_min (type: PT_UINT64) */
res = val_to_ring(args, current->min_flt, 0, false, 0);
CHECK_RES(res);

if(mm)
total_vm = mm->total_vm << (PAGE_SHIFT - 10);
total_rss = ppm_get_mm_rss(mm) << (PAGE_SHIFT - 10);
swap = ppm_get_mm_swap(mm) << (PAGE_SHIFT - 10);
Expand Down

0 comments on commit 0c00103

Please sign in to comment.