commit | cf2fde7b39e9446e2af015215d7fb695781af0c1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 26 06:44:38 2015 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Jun 28 14:46:14 2015 +0930 |
tree | 646bec4e1717bf8370a3d4153c59a06a4a78f73f | |
parent | 38183b9c31cf21d8996d6eee2e3a14508b20c418 [diff] |
param: fix module param locks when !CONFIG_SYSFS. As Dan Streetman points out, the entire point of locking for is to stop sysfs accesses, so they're elided entirely in the !SYSFS case. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>