Skip to content
Commit 42222c2a authored by Wang Long's avatar Wang Long Committed by Tony Luck
Browse files

fs/pstore: update the backend parameter in pstore module



This patch update the module parameter backend, so it is visible
through /sys/module/pstore/parameters/backend.

For example:
if pstore backend is ramoops, with this patch:
	# cat /sys/module/pstore/parameters/backend
	ramoops
and without this patch:
	# cat /sys/module/pstore/parameters/backend
	(null)

Signed-off-by: default avatarWang Long <long.wanglong@huawei.com>
Acked-by: default avatarMark Salyzyn <salyzyn@android.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent f0e2efcf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment