From: Brian Behlendorf Date: Wed, 7 Dec 2011 17:23:44 +0000 (-0800) Subject: Set zvol_major/zvol_threads permissions X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=30a9524e45f76d4c7860bcbf5567aeaa8aeb7a82;hp=30a9524e45f76d4c7860bcbf5567aeaa8aeb7a82;p=zfs.git Set zvol_major/zvol_threads permissions The zvol_major and zvol_threads module options were being created with 0 permission bits. This prevented them from being listed in the /sys/module/zfs/parameters/ directory, although they were visible in `modinfo zfs`. This patch fixes the issue by updating the permission bits to 0444. For the moment these options must be read-only because they are used during module initialization. Signed-off-by: Brian Behlendorf Issue #392 ---