From 657ce253575295ef680eb33cf4ef698548212a46 Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Wed, 11 Dec 2019 11:53:57 -0800 Subject: Eliminate Linux specific inode usage from common code Change many of the znops routines to take a znode rather than an inode so that zfs_replay code can be largely shared and in the future the much of the znops code may be shared. Reviewed-by: Jorgen Lundman Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #9708 --- module/os/linux/zfs/zpl_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/os/linux/zfs/zpl_super.c') diff --git a/module/os/linux/zfs/zpl_super.c b/module/os/linux/zfs/zpl_super.c index eafd4952b7ba..08cf758624dd 100644 --- a/module/os/linux/zfs/zpl_super.c +++ b/module/os/linux/zfs/zpl_super.c @@ -23,9 +23,9 @@ */ +#include #include #include -#include #include #include -- cgit v1.2.3