vfat: change the default from shortname=lower to shortname=mixed
authorPaul Wise <pabs3@bonedaddy.net>
Sat, 1 Aug 2009 12:30:31 +0000 (21:30 +0900)
committerOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sat, 1 Aug 2009 12:35:25 +0000 (21:35 +0900)
commit955234755ce4a2c33cfc558912aa8f2148cc1fc6
treebf9e870da7ebcf5e9459e4109fc81cb21246441f
parent67638e4043083cdc6f10386a75fef87ba46eecb3
vfat: change the default from shortname=lower to shortname=mixed

Because, with "shortname=lower", copying one FAT filesystem tree to
another FAT filesystem tree using Linux results in semantically
different filesystems. (E.g.: Filenames which were once "all
uppercase" are now "all lowercase").

So, this changes the default of "shortname=lower" to "shortname=mixed".

Signed-off-by: Paul Wise <pabs3@bonedaddy.net>
[change fat_show_options()]
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Documentation/filesystems/vfat.txt
fs/fat/inode.c