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