]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] adfs: fix filename handling
authorJames Bursa <james@zamez.org>
Sat, 6 Jan 2007 00:36:28 +0000 (16:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:22 +0000 (23:55 -0800)
commit317f3e63d8eb972117437242a2f23079b0b03100
tree3b84970d50f9d2408a09cfcfdf886c7db905b314
parent69531232dcd07805735e73f9537f044cd5b08968
[PATCH] adfs: fix filename handling

Fix filenames on adfs discs being terminated at the first character greater
than 128 (adfs filenames are Latin 1).  I saw this problem when using a
loopback adfs image on a 2.6.17-rc5 x86_64 machine, and the patch fixed it
there.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/adfs/dir_f.c