spl: Use a clearer name for the user namespace fd
authorRyan Moeller <freqlabs@FreeBSD.org>
Mon, 13 Jun 2022 20:30:34 +0000 (20:30 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jun 2022 15:14:19 +0000 (08:14 -0700)
commit9e605cf155040f76f3971f056a4410ac8f500fe3
treeef2187a693db7b288b084850cd6c3df64f2057b9
parentdef1a401f44abce71196949feaecbd66ebcddf0b
spl: Use a clearer name for the user namespace fd

This fd has nothing to do with cleanup, that's just the name of the
field in zfs_cmd_t that was used to pass it to the kernel.

Call it what it is, an fd for a user namespace.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Allan Jude <allan@klarasystems.com>
Signed-off-by: Ryan Moeller <freqlabs@FreeBSD.org>
Closes #13554
module/os/linux/spl/spl-zone.c