Fix: DEVFS compile failuer [2.5.30]

From: Milosz Tanski (milosz@comcast.net)
Date: Sat Aug 03 2002 - 00:15:15 EST


There is a compile time error in Linux 2.5.30 in fs/partitions/check.c,
in function devfs_register_partitions. The line 470 contains an error,
dev->part[p].de = NULL; p is a pointer to a structure (hd_stuct). I
searched around 2.4.18, and it is dev->part[part + minor].de = NULL; I
tried changing that line, and I investigated, now it compiles and works.
A patch is attached, thx.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:21 EST