Changeset c95daa5 in mainline for kernel/test/mm/falloc2.c


Ignore:
Timestamp:
2020-12-23T21:59:08Z (3 years ago)
Author:
Dmitry Selyutin <ghostmansd@…>
Parents:
1483981
Message:

kernel: deprecate atomic_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/mm/falloc2.c

    r1483981 rc95daa5  
    4343#define THREADS      8
    4444
    45 static atomic_t thread_cnt;
    46 static atomic_t thread_fail;
     45static atomic_size_t thread_cnt;
     46static atomic_size_t thread_fail;
    4747
    4848static void falloc(void *arg)
Note: See TracChangeset for help on using the changeset viewer.