- md-include-sector-number-in-messages-about-corrected-read-errors-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     md-include-sector-number-in-messages-about-corrected-read-errors fixes

has been removed from the -mm tree.  Its filename is

     md-include-sector-number-in-messages-about-corrected-read-errors-fixes.patch

This patch was dropped because it was folded into md-include-sector-number-in-messages-about-corrected-read-errors.patch

------------------------------------------------------
Subject: md-include-sector-number-in-messages-about-corrected-read-errors fixes
From: Andrew Morton <akpm@xxxxxxxx>


drivers/md/raid1.c: In function `raid1d':
drivers/md/raid1.c:1514: warning: long long unsigned int format, sector_t arg (arg 4)
drivers/md/raid10.c: In function `raid10d':
drivers/md/raid10.c:1497: warning: long long unsigned int format, sector_t arg (arg 4)

Cc: Neil Brown <neilb@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/md/raid1.c  |    2 +-
 drivers/md/raid10.c |    2 +-
 md/raid5.c          |    0 
 3 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/md/raid10.c~md-include-sector-number-in-messages-about-corrected-read-errors-fixes drivers/md/raid10.c
--- a/drivers/md/raid10.c~md-include-sector-number-in-messages-about-corrected-read-errors-fixes
+++ a/drivers/md/raid10.c
@@ -1494,7 +1494,7 @@ static void raid10d(mddev_t *mddev)
 								md_error(mddev, rdev);
 							else
 								printk(KERN_INFO "raid10:%s: read error corrected (%d sectors at %llu on %s)\n",
-								       mdname(mddev), s, sect+rdev->data_offset, bdevname(rdev->bdev, b));
+								       mdname(mddev), s, (unsigned long long)(sect+rdev->data_offset), bdevname(rdev->bdev, b));
 
 							rdev_dec_pending(rdev, mddev);
 							rcu_read_lock();
diff -puN drivers/md/raid1.c~md-include-sector-number-in-messages-about-corrected-read-errors-fixes drivers/md/raid1.c
--- a/drivers/md/raid1.c~md-include-sector-number-in-messages-about-corrected-read-errors-fixes
+++ a/drivers/md/raid1.c
@@ -1511,7 +1511,7 @@ static void raid1d(mddev_t *mddev)
 								md_error(mddev, rdev);
 							else
 								printk(KERN_INFO "raid1:%s: read error corrected (%d sectors at %llu on %s)\n",
-								       mdname(mddev), s, sect + rdev->data_offset, bdevname(rdev->bdev, b));
+								       mdname(mddev), s, (unsigned long long)(sect + rdev->data_offset), bdevname(rdev->bdev, b));
 						}
 					}
 				} else {
diff -puN drivers/md/raid5.c~md-include-sector-number-in-messages-about-corrected-read-errors-fixes drivers/md/raid5.c
_

Patches currently in -mm which might be from akpm@xxxxxxxx are

dont-select-config_hotplug.patch
x86_64-e820c-needs-pgtableh.patch
count_vm_events-fix.patch
add-computone-intelliport-plus-serial-hotplug-support.patch
add-specialix-io8-card-support-hotplug-support.patch
fadvise-remove-dead-comments.patch
vt-remove-vt-specific-declarations-and-definitions-from.patch
tty-remove-include-of-screen_infoh-from-ttyh.patch
md-include-sector-number-in-messages-about-corrected-read-errors.patch
md-include-sector-number-in-messages-about-corrected-read-errors-fixes.patch
md-oops-workaround.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux