浏览代码

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>
Linus Torvalds 8 年之前
父节点
当前提交
04bb94b13c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/overlayfs/util.c

+ 0 - 1
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"