Linux sysfs change broke fio disk lookup
authorJens Axboe <jens.axboe@oracle.com>
Fri, 6 Jun 2008 10:08:04 +0000 (12:08 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 6 Jun 2008 10:08:04 +0000 (12:08 +0200)
commitac0be2acff3864979e5e260d332d25ca90e22417
treeb79dfd2963761b43a22a8ae21f2013fd533ccb37
parentcac58fd5cbb9876891e4dced72871c6c352cf6b0
Linux sysfs change broke fio disk lookup

/sys/block/<dev> is now a sym link to the real path, which
broke our disk lookup. Fix it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diskutil.c