summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_acl.c
diff options
context:
space:
mode:
authorChunwei Chen <[email protected]>2017-01-27 10:43:39 -0800
committerBrian Behlendorf <[email protected]>2017-02-03 10:25:37 -0800
commit5070e5311cb39be35fb059e9e0489070814c44a5 (patch)
tree7fe89be953c32674b0131f6b0fe2c39656f6a2d7 /module/zfs/zfs_acl.c
parent110470266d6d443d21096ca82bd16d74685675ac (diff)
Retire .write/.read file operations
The .write/.read file operations callbacks can be retired since support for .read_iter/.write_iter and .aio_read/.aio_write has been added. The vfs_write()/vfs_read() entry functions will select the correct interface for the kernel. This is desirable because all VFS write/read operations now rely on common code. This change also add the generic write checks to make sure that ulimits are enforced correctly on write. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes #5587 Closes #5673
Diffstat (limited to 'module/zfs/zfs_acl.c')
0 files changed, 0 insertions, 0 deletions