Changeset 417cc85 in mainline for uspace/lib/fmgt/src/delete.c


Ignore:
Timestamp:
2026-04-13T17:12:22Z (21 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
922427a8
Message:

Add missing timer starts and stops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/src/delete.c

    r922427a8 r417cc85  
    110110        fmgt_initial_progress_update(fmgt);
    111111        rc = fmgt_walk(&params);
     112        fmgt_timer_stop(fmgt);
    112113        fmgt_final_progress_update(fmgt);
    113114        return rc;
Note: See TracChangeset for help on using the changeset viewer.