overlayfs: remove now unnecessary header file include

This removes the extra include header file that was added in commit
e58bc92783 "Pull overlayfs updates from Miklos Szeredi" now that it
is no longer needed.

There are probably other such includes that got added during the
scheduler header splitup series, but this is the one that annoyed me
personally and I know about.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2017-03-08 10:42:13 -08:00
Родитель bd0f9b356d
Коммит 04bb94b13c
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,6 @@
#include <linux/slab.h>
#include <linux/cred.h>
#include <linux/xattr.h>
#include <linux/sched/signal.h>
#include "overlayfs.h"
#include "ovl_entry.h"