Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2569 → Rev 2576

/trunk/uspace/srv/vfs/vfs_register.c
304,8 → 304,8
futex_up(&fs_head_futex);
dprintf("\"%s\" filesystem successfully registered, handle=%d.\n",
fs_info->vfs_info.name, fs_info->fs_handle);
dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
FS_NAME_MAXLEN, fs_info->vfs_info.name, fs_info->fs_handle);
}
 
/** For a given file system handle, implement policy for allocating a phone.