From: Linus Torvalds Date: Wed, 8 Mar 2017 18:42:13 +0000 (-0800) Subject: overlayfs: remove now unnecessary header file include X-Git-Tag: v4.11-rc2~26 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=04bb94b13c02e9dbc92d622cddf88937127bd7ed;p=linux-2.6-block.git 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 --- 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 #include #include -#include #include "overlayfs.h" #include "ovl_entry.h"