Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109803
b: refs/heads/master
c: 8d99f83
h: refs/heads/master
i:
  109801: a3da8f0
  109799: a7a8ba3
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Sep 13, 2008
1 parent 0a21a5a commit 25ccea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42cde4309b8f2671610be049352df2f8716e8809
refs/heads/master: 8d99f83b9478768d3a8d7d1bcd9bd182c75a0447
4 changes: 2 additions & 2 deletions trunk/fs/partitions/check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 25ccea4

Please sign in to comment.