commit | 57926c8c5566f0ef5b77db326d58aa0643cf6270 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Aug 09 22:37:58 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 09 22:37:58 2008 -0400 |
tree | 7e102d200a8b04ace5666d76031b0dc887ef44dd | |
parent | 226515dfa921dfaa0145f358d0e457852dc3b493 [diff] |
blkid: Fix probing logic so we find renamed devices This fixes a bug where if there is an entry in the /etc/blkid.tab file for a particular device (major, minor) number but the filename does not exist, blkid wouldn't try to find the correct filename. Addresses-Debian-Bug: #493216