linux-base: Fix typo in disk relabelling code

svn path=/dists/sid/linux-2.6/; revision=15644
This commit is contained in:
Ben Hutchings 2010-05-08 20:36:05 +00:00
parent 609bb80995
commit 948f840f89
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -18,6 +18,9 @@ linux-2.6 (2.6.32-13) UNRELEASED; urgency=low
* 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@debian.org> Wed, 05 May 2010 17:54:01 +0200
linux-2.6 (2.6.32-12) unstable; urgency=low

View File

@ -1313,7 +1313,7 @@ sub assign_new_ids {
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