X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fdcache.h;h=c34199d467623be854fcdd4429339398f017b241;hb=6367666f534ee8fa9c6a7b667f38b5e445f85918;hp=51ea8a8c1e2a5d45456025c5d950267d36abebbd;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 51ea8a8c1..c34199d46 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -28,7 +28,7 @@ struct vfsmount; * "quick string" -- eases parameter passing, but more importantly * saves "metadata" about the string (ie length and the hash). * - * hash comes first so it snuggles against d_parent in the + * hash comes first so it snuggles against d_parent and d_bucket in the * dentry. */ struct qstr { @@ -91,6 +91,7 @@ struct dentry { * so they all fit in a 16-byte range, with 16-byte alignment. */ struct dentry *d_parent; /* parent directory */ + struct hlist_head *d_bucket; /* lookup hash bucket */ struct qstr d_name; struct list_head d_lru; /* LRU list */