Reg file system hash function

SATHISH.J (sathish.j@tatainfotech.com)
Fri, 15 Jun 2001 15:52:52 +0530 (IST)


Hi,

In the vfs layer when we see the lookup_dentry() function code we see that
a part of the code checks whether low level filesystem wants to use its
own hash. the part odf the code that calls the filesystem dependant
hashing is "error = base->d_op->d_hash->(base,&this);". Why should it
callfilesystem dependant hashing. What is the main purpose of hashing
here.
Please help me with these details.

Thanks in advance,
Regards,
sathish.j

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