Rev 3656 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3656 | Rev 4465 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | #include <errno.h> |
44 | #include <errno.h> |
| 45 | #include <byteorder.h> |
45 | #include <byteorder.h> |
| 46 | #include <align.h> |
46 | #include <align.h> |
| 47 | #include <assert.h> |
47 | #include <assert.h> |
| 48 | #include <futex.h> |
48 | #include <futex.h> |
| - | 49 | #include <mem.h> |
|
| 49 | 50 | ||
| 50 | /** |
51 | /** |
| 51 | * The fat_alloc_lock futex protects all copies of the File Allocation Table |
52 | * The fat_alloc_lock futex protects all copies of the File Allocation Table |
| 52 | * during allocation of clusters. The lock does not have to be held durring |
53 | * during allocation of clusters. The lock does not have to be held durring |
| 53 | * deallocation of clusters. |
54 | * deallocation of clusters. |