Commit 079c02ca authored by Federico Vaga's avatar Federico Vaga

TEMP buffers/sock-buffer.c: f_op are mandatory for a buffer

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 40df34b4
......@@ -221,7 +221,7 @@ static struct zio_buffer_type zn_buffer = {
},
.s_op = &zn_sysfs_ops,
.b_op = &zn_buffer_ops,
/*.f_op = &zio_generic_file_operations, TODO, should enable these? */
.f_op = &zio_generic_file_operations, /* TODO, should enable these? */
};
static int __init zn_init(void)
......
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