Welcome to the Linux Foundation Forum!

How to set the module parameter permanently

static bool raw_before_defrag __read_mostly;
module_param(raw_before_defrag , bool, 0000);
How to set this value to 'true' permanently without changing kernel source code.
I don't want to change value in device.
I need to change this value using config's or using BB file change. please help!!

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training