Changeset 656 for trunk/kernel/mm/page.h


Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (4 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/page.h

    r635 r656  
    4949 * - The remote_busylock is used to allows any remote thread to atomically
    5050 *   test/modify the forks counter or the flags.
    51  * - The list entry is used to register the page in a free list or in dirty list.
    52  *   The refcount is used for page release to KMEM.
     51 * - The list field is used to register the page in a free list, or in dirty list,
     52 *   as a given page cannot be simultaneously dirty and free.
     53 * - The refcount is used to release the page to the PPM.
    5354 * NOTE: the size is 48 bytes for a 32 bits core.
    5455 ************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.