diff options
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 678f4ff16aa4..d8b95047cb9d 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -35,7 +35,6 @@ struct tomoyo_page_buffer { | |||
35 | struct tomoyo_path_info { | 35 | struct tomoyo_path_info { |
36 | const char *name; | 36 | const char *name; |
37 | u32 hash; /* = full_name_hash(name, strlen(name)) */ | 37 | u32 hash; /* = full_name_hash(name, strlen(name)) */ |
38 | u16 total_len; /* = strlen(name) */ | ||
39 | u16 const_len; /* = tomoyo_const_part_length(name) */ | 38 | u16 const_len; /* = tomoyo_const_part_length(name) */ |
40 | bool is_dir; /* = tomoyo_strendswith(name, "/") */ | 39 | bool is_dir; /* = tomoyo_strendswith(name, "/") */ |
41 | bool is_patterned; /* = tomoyo_path_contains_pattern(name) */ | 40 | bool is_patterned; /* = tomoyo_path_contains_pattern(name) */ |