﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
287	Deleting an empty directory fails (TMPFS)	Štěpán Henek		"To reproduce try:


{{{
touch tmp/file.txt
rm tmp/file.txt
rm -r tmp
}}}

-> Can not remove tmp, directory not empty (Method Not Supported)

Although the directory seems to be empty and e.g.

{{{
rm -r data
}}}

works fine.

Tested only with TMPFS."	defect	closed	major	0.4.3	helenos/fs/tmpfs	mainline	notadefect					
