https://bugzilla.kernel.org/show_bug.cgi?id=39512
Summary: case-insensitive XFS doesn't allow case rename
Product: File System
Version: 2.5
Kernel Version: 2.6.29
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: XFS
AssignedTo: xfs-masters@xxxxxxxxxxx
ReportedBy: bjoern@xxxxxx
Regression: No
if you have a case-insensitive XFS filesystem it's impossible to rename files
case. Renaming a file fromm "APFEL" to "apfel" is impossible. For example a
rename("APFEL", "apfel") returns 0 but the file is still UPPERCASE even though
one would expect it to be lowercase when being ls'ed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|