Commit 8caedd21 authored by Federico Vaga's avatar Federico Vaga Committed by Alessandro Rubini

bugfix: assign a sysfs name for ZATTR_ZBUF_MAXKB

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 97024432
......@@ -38,6 +38,7 @@ const char zio_trig_attr_names[ZATTR_STD_NUM_TRIG][ZIO_NAME_LEN] = {
EXPORT_SYMBOL(zio_trig_attr_names);
const char zio_zbuf_attr_names[ZATTR_STD_NUM_ZBUF][ZIO_NAME_LEN] = {
[ZATTR_ZBUF_MAXLEN] = "max-buffer-len",
[ZATTR_ZBUF_MAXKB] = "max-buffer-kb",
};
EXPORT_SYMBOL(zio_zbuf_attr_names);
......
Markdown is supported
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