]> xenbits.xensource.com Git - people/royger/linux-2.6.18-xen.git/commit
xenbus: simplify xenbus_dev_request_and_reply()
authorJan Beulich <jbeulich@novell.com>
Wed, 1 Jun 2011 15:17:19 +0000 (16:17 +0100)
committerJan Beulich <jbeulich@novell.com>
Wed, 1 Jun 2011 15:17:19 +0000 (16:17 +0100)
commit6f4e1f0096f3f6333d1995a8af8fe293af89b3eb
tree4f21b8c056ff523a81ff5c22e65dcce1df7b20a3
parent5bab6a7577b260ed915047382d602983703b9a5c
xenbus: simplify xenbus_dev_request_and_reply()

No need to retain a local copy of the full request message, only the
type is really needed.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
drivers/xen/xenbus/xenbus_xs.c