os: RemoveAll fails on Hammer2 #33403
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Dragonfly
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
1.12 is the latest
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
no output (as happens with UFS, MSDOS and Hammer1 fielsystems)
What did you see instead?
removal fails on Hammer2 with the following message:
ra error: directory not empty
suggested fix
Add the ENOTEMPTY to the condition in os/removeall_at.go
The text was updated successfully, but these errors were encountered: