mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
virtio_fs: add informative log for new tag discovery
Enhance the device probing process by adding a log message when a new virtio-fs tag is successfully discovered. This improvement provides better visibility into the initialization of virtio-fs devices. Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com> Message-Id: <20241006184324.8497-1-mgurtovoy@nvidia.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
a49c26f761
commit
22d984f1b9
|
|
@ -521,6 +521,7 @@ static int virtio_fs_read_tag(struct virtio_device *vdev, struct virtio_fs *fs)
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
dev_info(&vdev->dev, "discovered new tag: %s\n", fs->tag);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user