mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
headers: path.h redux
Remove path.h from sched.h and other files. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9f99a2f0e4
commit
37721e1b0c
@ -372,6 +372,7 @@ struct audit_buffer;
|
|||||||
struct audit_context;
|
struct audit_context;
|
||||||
struct inode;
|
struct inode;
|
||||||
struct netlink_skb_parms;
|
struct netlink_skb_parms;
|
||||||
|
struct path;
|
||||||
struct linux_binprm;
|
struct linux_binprm;
|
||||||
struct mq_attr;
|
struct mq_attr;
|
||||||
struct mqstat;
|
struct mqstat;
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
#ifdef CONFIG_PROFILING
|
#ifdef CONFIG_PROFILING
|
||||||
|
|
||||||
#include <linux/dcache.h>
|
#include <linux/dcache.h>
|
||||||
#include <linux/path.h>
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct dcookie_user;
|
struct dcookie_user;
|
||||||
|
struct path;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* dcookie_register - register a user of dcookies
|
* dcookie_register - register a user of dcookies
|
||||||
|
@ -70,7 +70,6 @@ struct sched_param {
|
|||||||
#include <linux/smp.h>
|
#include <linux/smp.h>
|
||||||
#include <linux/sem.h>
|
#include <linux/sem.h>
|
||||||
#include <linux/signal.h>
|
#include <linux/signal.h>
|
||||||
#include <linux/path.h>
|
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
#include <linux/completion.h>
|
#include <linux/completion.h>
|
||||||
#include <linux/pid.h>
|
#include <linux/pid.h>
|
||||||
|
@ -15,12 +15,11 @@
|
|||||||
#ifndef __AA_FILE_H
|
#ifndef __AA_FILE_H
|
||||||
#define __AA_FILE_H
|
#define __AA_FILE_H
|
||||||
|
|
||||||
#include <linux/path.h>
|
|
||||||
|
|
||||||
#include "domain.h"
|
#include "domain.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
|
|
||||||
struct aa_profile;
|
struct aa_profile;
|
||||||
|
struct path;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags
|
* We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include <linux/audit.h>
|
#include <linux/audit.h>
|
||||||
#include <linux/lsm_audit.h>
|
#include <linux/lsm_audit.h>
|
||||||
#include <linux/in6.h>
|
#include <linux/in6.h>
|
||||||
#include <linux/path.h>
|
|
||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
#include "flask.h"
|
#include "flask.h"
|
||||||
#include "av_permissions.h"
|
#include "av_permissions.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user