Closed kitakar5525 closed 4 years ago
The devicve_dump may take a little bit long time and users may want to disable the dump for daily usage.
This commit adds a new module parameter and disables device_dump by default.
Signed-off-by: Tsuchiya Yuto kitakar@gmail.com
Ah sorry, I forgot to add static. Rebased. bool enable_device_dump; -> static bool enable_device_dump;
static
bool enable_device_dump;
static bool enable_device_dump;
Looks good, feel free to merge.
Thanks! merging
The devicve_dump may take a little bit long time and users may want to disable the dump for daily usage.
This commit adds a new module parameter and disables device_dump by default.
Signed-off-by: Tsuchiya Yuto kitakar@gmail.com