Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 4462 → Rev 4463

/trunk/uspace/srv/vfs/vfs_register.c
278,11 → 278,6
dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
FS_NAME_MAXLEN, fs_info->vfs_info.name, fs_info->fs_handle);
/* Process pending mount requests possibly waiting
* for this filesystem implementation.
*/
vfs_process_pending_mount();
}
 
/** For a given file system handle, implement policy for allocating a phone.