diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-03-08 10:42:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-03-08 10:42:13 -0800 |
commit | 04bb94b13c02e9dbc92d622cddf88937127bd7ed (patch) | |
tree | dbdc059fe6c867cf4f150c268501011bb06330fc /fs/overlayfs | |
parent | bd0f9b356d00aa241ced36fb075a07041c28d3b8 (diff) | |
download | linux-04bb94b13c02e9dbc92d622cddf88937127bd7ed.tar.gz linux-04bb94b13c02e9dbc92d622cddf88937127bd7ed.tar.bz2 linux-04bb94b13c02e9dbc92d622cddf88937127bd7ed.zip |
overlayfs: remove now unnecessary header file include
This removes the extra include header file that was added in commit
e58bc927835a "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>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c index 1953986ee6bc..6e610a205e15 100644 --- a/fs/overlayfs/util.c +++ b/fs/overlayfs/util.c @@ -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" |