linux/drivers/xen/xenbus
Mao Wenan 51cf07a7b6 xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()
Drop LIST_HEAD where the variable it declares is never used.

The declarations were introduced with the file, but the declared
variables were not used.

Fixes: 1107ba885e ("xen: add xenfs to allow usermode <-> Xen interaction")
Signed-off-by: Mao Wenan <maowenan@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2019-04-25 10:33:59 -04:00
..
Makefile
xenbus.h
xenbus_client.c xen: drop writing error messages to xenstore 2018-10-26 09:17:16 +02:00
xenbus_comms.c
xenbus_dev_backend.c
xenbus_dev_frontend.c xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write() 2019-04-25 10:33:59 -04:00
xenbus_probe.c
xenbus_probe_backend.c
xenbus_probe_frontend.c
xenbus_xs.c