diff options
author | Olaf Faaland <[email protected]> | 2018-05-11 12:46:07 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-05-11 12:46:07 -0700 |
commit | bc5f51c5de21fd8b7cf3110801a6b1db1e4c3d0a (patch) | |
tree | 9781fdf091e1a1e364f4ae8a6f1d7ff133da2206 /man | |
parent | 68fded814692c6a7fa7ca1f584a34a92aaa279af (diff) |
module param callbacks check for initialized spa
Callbacks provided for module parameters are executed both
after the module is loaded, when a user alters it via sysfs, e.g
echo bar > /sys/modules/zfs/parameters/foo
as well as when the module is loaded with an argument, e.g.
modprobe zfs foo=bar
In the latter case, the init functions likely have not run yet,
including spa_init() which initializes the namespace lock so it is safe
to use.
Instead of immediately taking the namespace lock and attemping to
iterate over initialized spa structures, check whether spa_mode_global
is nonzero. This is set by spa_init() after it has initialized the
namespace lock.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tim Chase <[email protected]>
Signed-off-by: Olaf Faaland <[email protected]>
Closes #7496
Closes #7521
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions