]> Git Repo - linux.git/commitdiff
mm/zsmalloc.c: include fs.h
authorSergey Senozhatsky <[email protected]>
Fri, 5 Jan 2018 00:18:02 +0000 (16:18 -0800)
committerLinus Torvalds <[email protected]>
Fri, 5 Jan 2018 00:45:09 +0000 (16:45 -0800)
`struct file_system_type' and alloc_anon_inode() function are defined in
fs.h, include it directly.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sergey Senozhatsky <[email protected]>
Cc: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/zsmalloc.c

index 685049a9048d8e9f8b53041cba43b96317b112fa..683c0651098c719ab25c5b48789262e541a13362 100644 (file)
@@ -53,6 +53,7 @@
 #include <linux/mount.h>
 #include <linux/migrate.h>
 #include <linux/pagemap.h>
+#include <linux/fs.h>
 
 #define ZSPAGE_MAGIC   0x58
 
This page took 0.064691 seconds and 4 git commands to generate.