Re: [PATCH] kernel/audit: remove some duplicated includes

2018-11-26 Thread Paul Moore
On Mon, Nov 26, 2018 at 9:58 AM Yangtao Li wrote: > audit.h and fs.h are included twice.It's unnecessary. > hence just remove them. > > Signed-off-by: Yangtao Li > --- > kernel/audit_watch.c | 2 -- > 1 file changed, 2 deletions(-) Same as my previous comments. > diff --git a/kernel/audit_watc

[PATCH] kernel/audit: remove some duplicated includes

2018-11-26 Thread Yangtao Li
audit.h and fs.h are included twice.It's unnecessary. hence just remove them. Signed-off-by: Yangtao Li --- kernel/audit_watch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index 787c7afdf829..8c8b1a87fd2b 100644 --- a/kernel/audit_watch.c +++