]> git.proxmox.com Git - mirror_zfs.git/commit
Linux 5.1 compat: get_ds() removed
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 7 Mar 2019 22:44:23 +0000 (14:44 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2019 22:44:23 +0000 (14:44 -0800)
commitb46fd243d57d0af4b4b568d8c0c4b30b79059ecc
tree9ef289d837d6bfcaf9186e5143dd645a8bc22413
parentbecdcec7b9cd6b8beaa2273495b97c06de24e9e5
Linux 5.1 compat: get_ds() removed

Commit torvalds/linux@736706bee has removed the get_fs() function
as a bit of cleanup.  It has been defined as KERNEL_DS on all
architectures for all supported kernels.  Replace get_fs() with
KERNEL_DS as was done in the kernel.

Reviewed-by: Tom Caputi <tcaputi@datto.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8479
module/spl/spl-vnode.c