]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix devfs' partition handling
authorAndrew Morton <akpm@digeo.com>
Thu, 3 Apr 2003 00:28:27 +0000 (16:28 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 3 Apr 2003 00:28:27 +0000 (16:28 -0800)
commit7ceef18f69450df4e0942be7f89bc414159e1532
tree288e8cd93abd6df2e7c345b1cd3942dcae1f7651
parent8a8e9c880a859ecdce3b7016b69c1d149c2e9c08
[PATCH] Fix devfs' partition handling

From: Andre Landwehr <andre.landwehr@gmx.net>

with / on an IDE harddisk the disks partitions do not appear in
devfs, only the disc device. This is due to rescan_partitions
being called twice and deleting but not re-creating the entries
during the second call.

hch has acked this.
fs/partitions/check.c