Changeset 8dc72b64 in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2009-03-02T17:37:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16da5f8e
- Parents:
- 6519d6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r6519d6f r8dc72b64 29 29 /** @addtogroup fs 30 30 * @{ 31 */ 31 */ 32 32 33 33 /** 34 * @file 34 * @file vfs_register.c 35 35 * @brief 36 36 */ … … 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 waiting 283 * for this filesystem implementation. 284 */ 285 vfs_process_pending_mount(); 281 286 } 282 287
Note:
See TracChangeset
for help on using the changeset viewer.