You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Make parameter debug writable
Overseen in the last patch series. Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
@@ -61,7 +61,7 @@ u32 hfc_jiffies;
|
||||
|
||||
MODULE_AUTHOR("Karsten Keil");
|
||||
MODULE_LICENSE("GPL");
|
||||
module_param(debug, uint, 0);
|
||||
module_param(debug, uint, S_IRUGO | S_IWUSR);
|
||||
module_param(poll, uint, S_IRUGO | S_IWUSR);
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user