• G
    9pfs: drop excessive error message from virtfs_reset() · 79decce3
    Greg Kurz 提交于
    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: NGreg Kurz <groug@kaod.org>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    79decce3
9p.c 91.6 KB