Changes in uspace/srv/fs/tmpfs/tmpfs_ops.c [9539be6:69a60c4] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r9539be6 r69a60c4 736 736 void tmpfs_sync(ipc_callid_t rid, ipc_call_t *request) 737 737 { 738 /* Dummy implementation */ 738 /* 739 * TMPFS keeps its data structures always consistent, 740 * thus the sync operation is a no-op. 741 */ 739 742 ipc_answer_0(rid, EOK); 740 743 }
Note:
See TracChangeset
for help on using the changeset viewer.
