[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Case insensitive filename for NTFS
From: |
Bean |
Subject: |
[PATCH] Case insensitive filename for NTFS |
Date: |
Sat, 30 Aug 2008 03:07:21 +0800 |
Hi,
This patch allow case insensitive filename in Win32 and DOS namespace.
Names in POSIX namespace would still be case sensitive. It also remove
names in the DOS namespace, as they will reappear in Win32 namespace.
2008-08-29 Bean <address@hidden>
* fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.
* fs/ntfs.c (list_file): Ignore names in DOS namespace, set the case
insensitive bit for names in Win32 and Win32 & DOS namespace.
* include/grub/fshelp.h (GRUB_FSHELP_CASE_INSENSITIVE): New macro.
* include/grub/types (LONG_MAX): Likewise.
--
Bean
ntfs.diff
Description: Text Data
- [PATCH] Case insensitive filename for NTFS,
Bean <=