lkml.org 
[lkml]   [2007]   [May]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 28 May 2007 01:08:41 +0000
From"young dave" <>
Subject[patch -mm 1/1] remove useless tolower in isofs
Hi,
Remove useless tolower in isofs

Signed-off-by: dave young <hidave.darkstar@gmail.com>

 inode.c |    2 +-
 1 file changed, 1 insertions(+), 1 deletions(-)
diff -dur linux/fs/isofs/inode.c linux.new/fs/isofs/inode.c
--- linux/fs/isofs/inode.c      2007-05-28 08:54:33.000000000 +0000
+++ linux.new/fs/isofs/inode.c  2007-05-28 08:55:02.000000000 +0000
@@ -197,7 +197,7 @@
        hash = init_name_hash();
        while (len--) {
                c = tolower(*name++);
-               hash = partial_name_hash(tolower(c), hash);
+               hash = partial_name_hash(c, hash);
        }
        qstr->hash = end_name_hash(hash);

Regards
dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-05-28 01:11    [from the cache]
©2003-2008