]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/iomap/swapfile.c
iomap: improve the warnings from iomap_swapfile_activate
authorChristoph Hellwig <hch@lst.de>
Fri, 26 Mar 2021 17:55:40 +0000 (10:55 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 26 Mar 2021 17:55:40 +0000 (10:55 -0700)
commitad89b66cbad18ca146cbc75f64706d4ca6635973
treeb565ae4085f88011d8f6cfdaaf496d2d5978b2c0
parent0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b
iomap: improve the warnings from iomap_swapfile_activate

Print the path name of the swapfile that failed to active to ease
debugging the problem and to avoid a scare if xfstests hits these
cases.  Also reword one warning a bit, as the error is not about
a file being on multiple devices, but one that has at least an
extent outside the main device known to the VFS and swap code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/swapfile.c