diff options
author | Ryan Moeller <[email protected]> | 2019-12-11 15:12:08 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-11 12:12:08 -0800 |
commit | 957c7aa23c3000cfdff5d5b1c1341ea773e60afa (patch) | |
tree | bf497380441b8cbd7d17e85bee3fb196bb03e8e5 /module/zfs/zfs_ioctl.c | |
parent | 4bc721965ff272ad59c6e8a130a544e1e2c01b34 (diff) |
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 <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9710
Diffstat (limited to 'module/zfs/zfs_ioctl.c')
-rw-r--r-- | module/zfs/zfs_ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/zfs_ioctl.c b/module/zfs/zfs_ioctl.c index 92df28b1f..2c1f0aab6 100644 --- a/module/zfs/zfs_ioctl.c +++ b/module/zfs/zfs_ioctl.c @@ -162,6 +162,7 @@ #include <sys/cmn_err.h> #include <sys/stat.h> #include <sys/zfs_ioctl.h> +#include <sys/zfs_quota.h> #include <sys/zfs_vfsops.h> #include <sys/zfs_znode.h> #include <sys/zap.h> |