From 957c7aa23c3000cfdff5d5b1c1341ea773e60afa Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Wed, 11 Dec 2019 15:12:08 -0500 Subject: Relocate common quota functions to shared code The quota functions are common to all implementations and can be moved to common code. As a simplification they were moved to the Linux platform code in the initial refactoring. Reviewed-by: Jorgen Lundman Reviewed-by: Igor Kozhukhov Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #9710 --- module/os/linux/zfs/zfs_acl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'module/os/linux/zfs/zfs_acl.c') diff --git a/module/os/linux/zfs/zfs_acl.c b/module/os/linux/zfs/zfs_acl.c index ab813cf26..794c99551 100644 --- a/module/os/linux/zfs/zfs_acl.c +++ b/module/os/linux/zfs/zfs_acl.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3