提交 cdc346b3 编写于 作者: S Sergey Senozhatsky 提交者: Linus Torvalds

mm/zsmalloc.c: include fs.h

`struct file_system_type' and alloc_anon_inode() function are defined in
fs.h, include it directly.

Link: http://lkml.kernel.org/r/20171219104219.3017-1-sergey.senozhatsky@gmail.comSigned-off-by: NSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 152a2d19
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
#include <linux/mount.h> #include <linux/mount.h>
#include <linux/migrate.h> #include <linux/migrate.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/fs.h>
#define ZSPAGE_MAGIC 0x58 #define ZSPAGE_MAGIC 0x58
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册