diff mbox series

[-next] vfs: syscall: Remove duplicated include from namespace.c

Message ID 1536285937-150932-1-git-send-email-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] vfs: syscall: Remove duplicated include from namespace.c | expand

Commit Message

Yue Haibing Sept. 7, 2018, 2:05 a.m. UTC
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 fs/namespace.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/namespace.c b/fs/namespace.c
index 6c95796..e28db6e 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -26,7 +26,6 @@ 
 #include <linux/magic.h>
 #include <linux/bootmem.h>
 #include <linux/task_work.h>
-#include <linux/file.h>
 #include <linux/sched/task.h>
 #include <uapi/linux/mount.h>
 #include <linux/fs_context.h>