Subversion Repositories HelenOS

Rev

Rev 2535 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2535 Rev 2536
Line 267... Line 267...
267
     * That was it. The FS has been registered.
267
     * That was it. The FS has been registered.
268
     */
268
     */
269
    ipc_answer_fast(rid, EOK, 0, 0);
269
    ipc_answer_fast(rid, EOK, 0, 0);
270
    dprintf("\"%s\" filesystem successfully registered.\n",
270
    dprintf("\"%s\" filesystem successfully registered.\n",
271
        fs_info->vfs_info.name);
271
        fs_info->vfs_info.name);
-
 
272
 
272
}
273
}
273
 
274
 
274
/**
275
/**
275
 * @}
276
 * @}
276
 */
277
 */