Skip to content

Commit 04bb94b

Browse files
committed
overlayfs: remove now unnecessary header file include
This removes the extra include header file that was added in commit e58bc92 "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 <[email protected]>
1 parent bd0f9b3 commit 04bb94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/overlayfs/util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/slab.h>
1313
#include <linux/cred.h>
1414
#include <linux/xattr.h>
15-
#include <linux/sched/signal.h>
1615
#include "overlayfs.h"
1716
#include "ovl_entry.h"
1817

0 commit comments

Comments
 (0)