[kernel] r15644 - dists/sid/linux-2.6/debian
Ben Hutchings
benh at alioth.debian.org
Sat May 8 20:36:07 UTC 2010
Author: benh
Date: Sat May 8 20:36:05 2010
New Revision: 15644
Log:
linux-base: Fix typo in disk relabelling code
Modified:
dists/sid/linux-2.6/debian/changelog
dists/sid/linux-2.6/debian/linux-base.postinst
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog Sat May 8 18:53:56 2010 (r15643)
+++ dists/sid/linux-2.6/debian/changelog Sat May 8 20:36:05 2010 (r15644)
@@ -18,6 +18,9 @@
* hppa, sparc, powerpc disable BLK_DEV_CMD64X.
* topconfig enable PATA_CMD64X. (closes: #580799)
+ [ Ben Hutchings ]
+ * linux-base: Fix typo in disk relabelling code
+
-- Frederik Schüler <fs at debian.org> Wed, 05 May 2010 17:54:01 +0200
linux-2.6 (2.6.32-12) unstable; urgency=low
Modified: dists/sid/linux-2.6/debian/linux-base.postinst
==============================================================================
--- dists/sid/linux-2.6/debian/linux-base.postinst Sat May 8 18:53:56 2010 (r15643)
+++ dists/sid/linux-2.6/debian/linux-base.postinst Sat May 8 20:36:05 2010 (r15644)
@@ -1313,7 +1313,7 @@
next;
}
- my $label_len = $filesystem_types{$type}->{len};
+ my $label_len = $filesystem_types{$type}->{label_len};
my $label;
use bytes; # string lengths are in bytes
More information about the Kernel-svn-changes
mailing list