dm table: add more context to terse warning messages
authorMike Snitzer <snitzer@redhat.com>
Fri, 4 Sep 2009 19:40:24 +0000 (20:40 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 4 Sep 2009 19:40:24 +0000 (20:40 +0100)
commita963a956225eb0f8c4d3537f428153c30adf54b8
treed4204f64aaf23b7a1615f4f293358eca5125c748
parentf6a1ed10864b7540fa758bbccf3433fe17070329
dm table: add more context to terse warning messages

A couple of recent warning messages make it difficult for the reader to
determine exactly what is wrong.  This patch adds more information to
those messages.

The messages were added by these commits:
  5dea271b6d87bd1d79a59c1d5baac2596a841c37 ("dm table: pass correct dev area size
to device_area_is_valid")
  ea9df47cc92573b159ef3b4fda516c32cba9c4fd ("dm table: fix blk_stack_limits arg
to use bytes not sectors")

The patch also corrects references to logical_block_size in printk format
strings from %hu to %u.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-table.c