iomap: provide more useful errors for invalid swap files
authorOmar Sandoval <osandov@fb.com>
Wed, 16 May 2018 18:13:34 +0000 (11:13 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 May 2018 18:13:34 +0000 (11:13 -0700)
commitec601924df0f8fc4f66ac04eaa6bccde87b2f569
treed76095559d4e0ed673eaee92e9b9da096e5a774f
parentf7664b31975bd893190708e76b2c424328f0c49b
iomap: provide more useful errors for invalid swap files

Currently, for an invalid swap file, we print the same error message
regardless of the reason. This isn't very useful for an admin, who will
likely want to know why exactly they can't use their swap file. So,
let's add specific error messages for each reason, and also move the
bdev check after the flags checks, since the latter are more
fundamental.

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/iomap.c