Changeset 1e4cada in mainline for uspace/srv/fs
- Timestamp:
- 2009-12-09T17:23:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 387416b, 8aa42e3
- Parents:
- fb623e2
- Location:
- uspace/srv/fs
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs_ops.c
rfb623e2 r1e4cada 42 42 #include <string.h> 43 43 #include <libfs.h> 44 #include <fibril_sync .h>44 #include <fibril_synch.h> 45 45 #include <adt/hash_table.h> 46 46 #include <sys/stat.h> -
uspace/srv/fs/fat/fat.h
rfb623e2 r1e4cada 36 36 #include "fat_fat.h" 37 37 #include <ipc/ipc.h> 38 #include <fibril_sync .h>38 #include <fibril_synch.h> 39 39 #include <libfs.h> 40 40 #include <atomic.h> -
uspace/srv/fs/fat/fat_fat.c
rfb623e2 r1e4cada 46 46 #include <align.h> 47 47 #include <assert.h> 48 #include <fibril_sync .h>48 #include <fibril_synch.h> 49 49 #include <mem.h> 50 50 -
uspace/srv/fs/fat/fat_idx.c
rfb623e2 r1e4cada 43 43 #include <adt/list.h> 44 44 #include <assert.h> 45 #include <fibril_sync .h>45 #include <fibril_synch.h> 46 46 47 47 /** Each instance of this type describes one interval of freed VFS indices. */ -
uspace/srv/fs/fat/fat_ops.c
rfb623e2 r1e4cada 52 52 #include <adt/list.h> 53 53 #include <assert.h> 54 #include <fibril_sync .h>54 #include <fibril_synch.h> 55 55 #include <sys/mman.h> 56 56 #include <align.h>
Note:
See TracChangeset
for help on using the changeset viewer.