[ros-kernel] regfile.c and ldr/*.c OBJ_CASE_INSENSITIVE

art yerkes ayerkes at speakeasy.net
Tue Sep 21 16:17:29 CEST 2004


Both of these areas in reactos open files with a 0 flags.  This is ok on
VFAT it seems because our vfatfs never considers case in file name matches.
In the ext2 driver and possibly some others we will run into, though, 
case matters if not disabled with OBJ_CASE_INSENSITIVE.  I propose to 
patch these calls to InitializeObjectAttributes to be case insensitive.

Any objections?

-- 
Hey, Adam Smith, keep your invisible hands to yourself!


More information about the Ros-kernel mailing list