From: Paul Wise Date: Sat, 1 Aug 2009 12:30:31 +0000 (+0900) Subject: vfat: change the default from shortname=lower to shortname=mixed X-Git-Tag: v2.6.32-rc3~61^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955234755ce4a2c33cfc558912aa8f2148cc1fc6;p=pandora-kernel.git 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 [change fat_show_options()] Signed-off-by: OGAWA Hirofumi --- Reading git-diff-tree failed