Changeset 05b9912 in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2009-06-03T18:54:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17fd1d4
- Parents:
- 215abc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r215abc1 r05b9912 279 279 dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n", 280 280 FS_NAME_MAXLEN, fs_info->vfs_info.name, fs_info->fs_handle); 281 282 /* Process pending mount requests possibly waiting283 * for this filesystem implementation.284 */285 vfs_process_pending_mount();286 281 } 287 282 … … 321 316 */ 322 317 fibril_inc_sercount(); 323 return fs->phone; 318 return fs->phone; 324 319 } 325 320 }
Note:
See TracChangeset
for help on using the changeset viewer.