﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
52	vfs_rename() - Bad detection of move to subdir of source dir	Jiri Svoboda	Jakub Jermář	"vfs_rename() detects whether we are moving a directory to its own descendant by 1. canonifying the src and dest paths, 2. checking if src is a prefix of dest. This is wrong (t.m.) as we cannot rename 'a' to 'ab'. The prefix needs to be considered on a component level, not character level.

We should probably [ticket:48 implement a command] to test rename() first."	defect	closed	major	0.4.1	helenos/srv/vfs	mainline	fixed	vfs rename fs	jakub@…			
