Changes in uspace/lib/ext4/src/filesystem.c [395df52:cde999a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/filesystem.c
r395df52 rcde999a 161 161 * @param service_id Block device to probe 162 162 * 163 * @return EOK or negativeerror code.163 * @return EOK or an error code. 164 164 * 165 165 */ … … 252 252 * @param fs Filesystem to be destroyed 253 253 * 254 * @return EOK or negativeerror code. On error the state of the file254 * @return EOK or an error code. On error the state of the file 255 255 * system is unchanged. 256 256 *
Note:
See TracChangeset
for help on using the changeset viewer.