Subversion Repositories HelenOS

Rev

Rev 4341 | Rev 4348 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4341 Rev 4345
Line 276... Line 276...
276
    fibril_dec_sercount();
276
    fibril_dec_sercount();
277
    futex_up(&fs_head_futex);
277
    futex_up(&fs_head_futex);
278
   
278
   
279
    dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
279
    dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
280
        FS_NAME_MAXLEN, fs_info->vfs_info.name, fs_info->fs_handle);
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
 
283
/** For a given file system handle, implement policy for allocating a phone.
288
/** For a given file system handle, implement policy for allocating a phone.
284
 *
289
 *
285
 * @param handle    File system handle.
290
 * @param handle    File system handle.