Pawel Jakub Dawidek wrote:
> In zfs_mount() function, when we process a mount by a regular user
> through the delegated administration, the comment states:
>
> /*
>* Make sure user is the owner of the mount point
>* or has sufficient privileges.
>*/
>
> This makes se
In zfs_mount() function, when we process a mount by a regular user
through the delegated administration, the comment states:
/*
* Make sure user is the owner of the mount point
* or has sufficient privileges.
*/
This makes sense, but the code doesn't match the c