]> Pileus Git - ~andy/linux/blobdiff - security/tomoyo/common.h
tomoyo_close_control: don't bother with return value
[~andy/linux] / security / tomoyo / common.h
index d4f166bc35085f9c83efd640ebdbc010740fb38f..b897d4862016ce51ba737cee7f86f07d95a28c65 100644 (file)
@@ -958,7 +958,7 @@ const struct tomoyo_path_info *tomoyo_path_matches_group
 (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
 int tomoyo_check_open_permission(struct tomoyo_domain_info *domain,
                                 struct path *path, const int flag);
-int tomoyo_close_control(struct tomoyo_io_buffer *head);
+void tomoyo_close_control(struct tomoyo_io_buffer *head);
 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
 int tomoyo_execute_permission(struct tomoyo_request_info *r,
                              const struct tomoyo_path_info *filename);