[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)
commit3223ea8cca5936b8e78450dd5b8ba88372e9c0a8
tree3b84970d50f9d2408a09cfcfdf886c7db905b314
parent6c5f8cc33eb2e10b6ab788bbe259fc142a068627
[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