drbd: fix spurious alert level printk
authorLars Ellenberg <lars.ellenberg@linbit.com>
Tue, 24 Mar 2015 20:35:26 +0000 (21:35 +0100)
committerJens Axboe <axboe@fb.com>
Wed, 25 Nov 2015 16:22:02 +0000 (09:22 -0700)
commitedb5e5f63d80c368467e4a0628c5b6d30f1673eb
treea3352874f2a331f4537bfd2def1b9226169d8a1a
parent5fb3bc4ddcdda8d2a6b2185075d140b9009f99b5
drbd: fix spurious alert level printk

When accessing out meta data area on disk, we double check the
plausibility of the requested sector offsets, and are very noisy about
it if they look suspicious.

During initial read of our "superblock", for "external" meta data,
this triggered because the range estimate returned by
drbd_md_last_sector() was still wrong.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/drbd/drbd_main.c