]> git.baikalelectronics.ru Git - kernel.git/commit
fs/adfs: fix filename fixup handling for "/" and "//" names
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 24 Mar 2019 14:00:35 +0000 (14:00 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 31 May 2019 09:31:07 +0000 (10:31 +0100)
commitbb07e329ea400e1fc40968ca4f3ce284bd5352c4
treead140ce9f28637a4f9a448665eb46d6baf48be8b
parent797b932cbc5be38040b48f7e7ba087d1b325b1ea
fs/adfs: fix filename fixup handling for "/" and "//" names

Avoid translating "/" and "//" directory entry names to the special
"." and ".." names by instead converting the first character to "^".

Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
fs/adfs/dir.c