Subversion Repositories HelenOS

Compare Revisions

Ignore 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.
320,7 → 315,7
* by disabling fibril preemption.
*/
fibril_inc_sercount();
return fs->phone;
return fs->phone;
}
}
futex_up(&fs_head_futex);