Relocate common quota functions to shared code
authorRyan Moeller <ryan@iXsystems.com>
Wed, 11 Dec 2019 20:12:08 +0000 (15:12 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 11 Dec 2019 20:12:08 +0000 (12:12 -0800)
commit957c7aa23c3000cfdff5d5b1c1341ea773e60afa
treebf497380441b8cbd7d17e85bee3fb196bb03e8e5
parent4bc721965ff272ad59c6e8a130a544e1e2c01b34
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 <lundman@lundman.net>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
Closes #9710
12 files changed:
include/os/linux/zfs/sys/zfs_vfsops.h
include/sys/Makefile.am
include/sys/zfs_fuid.h
include/sys/zfs_quota.h [new file with mode: 0644]
module/os/linux/zfs/zfs_acl.c
module/os/linux/zfs/zfs_vfsops.c
module/os/linux/zfs/zfs_vnops.c
module/zfs/Makefile.in
module/zfs/zcp_get.c
module/zfs/zfs_fuid.c
module/zfs/zfs_ioctl.c
module/zfs/zfs_quota.c [new file with mode: 0644]