include/linux/ghash.h

Albert Wong (awong@cs.washington.edu)
Thu, 12 Apr 2001 05:28:19 -0700 (PDT)


Hello! In kernel 2.4.3, I think I found a minor error in the file:

include/linux/ghash.h

On line 109, it says:

int ix = hashfn(pos);\

and it should say:

int ix = HASHFN(pos);\

Out of curiosity, is there a reason that this hash table doesn't seem to
be used anywhere in the kernel? I stumbled across it while writing some
code for my OS class project and later realized that it isn't being used
anywhere. Should I be avoiding this file for some reason?

-Albert

------------

Sure Pikachu could kick Hello Kitty's @$$, but acts of jealousy don't
change the fact that HK's cuter!

PGP Key and Fingerprint:
http://www.cs.washington.edu/homes/awong/gnupgpkey.txt
603F 118F 2B0E 47C6 9FCE B0AA DA83 089D B120 6714

-
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/