aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
diff options
context:
space:
mode:
authorloli10K <[email protected]>2019-02-09 00:44:15 +0100
committerMatthew Ahrens <[email protected]>2019-02-08 15:44:15 -0800
commitd8d418ff0cc90776182534bce10b01e9487b63e4 (patch)
treeb7db149cf6bfc701f7b3637359c192b2575c83c8 /module/zfs/zvol.c
parent4417096956f7439322c65d9e70a4526df45ea8d0 (diff)
ZVOLs should not be allowed to have children
zfs create, receive and rename can bypass this hierarchy rule. Update both userland and kernel module to prevent this issue and use pyzfs unit tests to exercise the ioctls directly. Note: this commit slightly changes zfs_ioc_create() ABI. This allow to differentiate a generic error (EINVAL) from the specific case where we tried to create a dataset below a ZVOL (ZFS_ERR_WRONG_PARENT). Reviewed-by: Paul Dagnelie <[email protected]> Reviewed-by: Matt Ahrens <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tom Caputi <[email protected]> Signed-off-by: loli10K <[email protected]>
Diffstat (limited to 'module/zfs/zvol.c')
0 files changed, 0 insertions, 0 deletions