Greg Kurz 79decce35b 9pfs: drop excessive error message from virtfs_reset()
The virtfs_reset() function is called either when the virtio-9p device
gets reset, or when the client starts a new 9P session. In both cases,
if it finds fids from a previous session, the following is printed in
the monitor:

9pfs:virtfs_reset: One or more uncluncked fids found during reset

For example, if a linux guest with a mounted 9P share is reset from the
monitor with system_reset, the message will be printed. This is excessive
since these fids are now clunked and the state is clean.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
2016-11-01 12:03:03 +01:00
..
2016-10-28 15:51:27 +01:00
2016-10-31 12:35:39 +00:00
2016-10-31 12:35:39 +00:00
2016-10-31 12:35:39 +00:00
2016-10-28 15:51:27 +01:00
2016-10-31 15:29:12 +00:00
2016-10-28 17:54:21 -07:00
2016-10-31 11:58:30 +00:00
2016-10-31 15:29:12 +00:00
2016-10-31 10:10:16 +00:00
2016-10-28 18:17:24 +03:00
2016-10-31 12:35:39 +00:00
2016-10-28 17:54:49 -07:00