commit | 3223ea8cca5936b8e78450dd5b8ba88372e9c0a8 | [log] [tgz] |
---|---|---|
author | James Bursa <james@zamez.org> | Fri Jan 05 16:36:28 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Jan 05 23:55:22 2007 -0800 |
tree | 3b84970d50f9d2408a09cfcfdf886c7db905b314 | |
parent | 6c5f8cc33eb2e10b6ab788bbe259fc142a068627 [diff] |
[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>