Changeset e2dccb0 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2009-06-22T20:02:42Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ed990cf
- Parents:
- 2dfd9fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r2dfd9fa re2dccb0 97 97 callid = async_get_call(&call); 98 98 switch (IPC_GET_METHOD(call)) { 99 case IPC_M_PHONE_HUNGUP: 100 return; 99 101 case VFS_MOUNTED: 100 102 tmpfs_mounted(callid, &call);
Note:
See TracChangeset
for help on using the changeset viewer.