]> git.karo-electronics.de Git - karo-tx-linux.git/commit
adfs: fix filename handling
authorJames Bursa <james@zamez.org>
Sat, 20 Jan 2007 21:58:51 +0000 (22:58 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 22 Jan 2007 20:41:21 +0000 (21:41 +0100)
commitc57c54983f560848ab6018a962762676fc9c7e6c
tree1ea86a2dd0605689bf746f7d8451c01789f18aad
parent56d696e3ba23d39d0383beab744e6adae57edc77
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: Adrian Bunk <bunk@stusta.de>
fs/adfs/dir_f.c