diff --git a/[refs] b/[refs] index a55042ac208b..6e34c27b81be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42cde4309b8f2671610be049352df2f8716e8809 +refs/heads/master: 8d99f83b9478768d3a8d7d1bcd9bd182c75a0447 diff --git a/trunk/fs/partitions/check.c b/trunk/fs/partitions/check.c index 7d6b34e201db..ecc3330972e5 100644 --- a/trunk/fs/partitions/check.c +++ b/trunk/fs/partitions/check.c @@ -499,9 +499,9 @@ int rescan_partitions(struct gendisk *disk, struct block_device *bdev) if (!size) continue; if (from + size > get_capacity(disk)) { - printk(KERN_ERR " %s: p%d exceeds device capacity\n", + printk(KERN_WARNING + "%s: p%d exceeds device capacity\n", disk->disk_name, p); - continue; } res = add_partition(disk, p, from, size, state->parts[p].flags); if (res) {