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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to