]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/tomoyo/memory.c
TOMOYO: Rename symbols.
[net-next-2.6.git] / security / tomoyo / memory.c
index a4aba4d9ca2e69a2362453e38bacde4e63c88427..297612669c74d244051662d8e1d4bd96d3040a11 100644 (file)
@@ -150,7 +150,7 @@ struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
  */
 const struct tomoyo_path_info *tomoyo_get_name(const char *name)
 {
-       struct tomoyo_name_entry *ptr;
+       struct tomoyo_name *ptr;
        unsigned int hash;
        int len;
        int allocated_len;