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)
commitcdc346b36e1dfec201b24eddb7bdbcff6727db04
tree7eebd32a8da1aefef1f05c9ec2a841e393281fc8
parent152a2d199e1385c6ccef17c24555103b30447c91
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/[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