Changes in uspace/srv/fs/tmpfs/tmpfs.c [3c11713:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r3c11713 r228e490 57 57 vfs_info_t tmpfs_vfs_info = { 58 58 .name = NAME, 59 .concurrent_read_write = false, 60 .write_retains_size = false, 59 61 }; 60 62 … … 97 99 98 100 callid = async_get_call(&call); 99 switch (IPC_GET_ METHOD(call)) {101 switch (IPC_GET_IMETHOD(call)) { 100 102 case IPC_M_PHONE_HUNGUP: 101 103 return;
Note:
See TracChangeset
for help on using the changeset viewer.