Bug 116316

Summary: Cannot unlink insanely deep directory
Product: Base System Reporter: Barkley Vowk <bvowk>
Component: kernAssignee: Yar Tikhiy <yar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   

Description Barkley Vowk 2007-09-12 19:50:06 UTC
	Someone ran:
	perl -e 'while (mkdir "x") { ++$n; print "\r$n"; last unless chdir "x"; }'

	Which leaves me with:
	rm -rf x
	rm: fts_read: File name too long

Fix: 

Since it was a small filesystem, I dump'd, newfs'd and restore'd. 
	But I thought maybe it was something that could be tweaked.
How-To-Repeat: 	See Above.
Comment 1 Craig Rodrigues freebsd_committer freebsd_triage 2007-09-12 19:55:23 UTC
State Changed
From-To: open->closed

Duplicate of PR 104458 


Comment 2 Craig Rodrigues freebsd_committer freebsd_triage 2007-09-12 19:55:23 UTC
Responsible Changed
From-To: freebsd-bugs->yar

Duplicate of PR 104458