Changeset 668f1949 in mainline for uspace/srv/fs/minixfs/mfs.c
- Timestamp:
- 2011-04-09T15:37:20Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- d0f3692
- Parents:
- e666ddc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.c
re666ddc r668f1949 99 99 return; 100 100 case VFS_OUT_MOUNTED: 101 mfsdebug("Mount request received\n");102 101 mfs_mounted(callid, &call); 103 102 break; … … 109 108 break; 110 109 case VFS_OUT_LOOKUP: 111 mfsdebug("lookup called\n");112 110 mfs_lookup(callid, &call); 111 break; 112 case VFS_OUT_READ: 113 mfs_read(callid, &call); 113 114 break; 114 115 default:
Note: See TracChangeset
for help on using the changeset viewer.