Heiko Carstens f8c73c790c partitions: fix broken uevent_suppress conversion
git commit f67f129e "Driver core: implement uevent suppress in kobject"
contains this chunk for fs/partitions/check.c:

 	/* suppress uevent if the disk supresses it */
-	if (!ddev->uevent_suppress)
+	if (!dev_get_uevent_suppress(pdev))
 		kobject_uevent(&pdev->kobj, KOBJ_ADD);

However that should have been

-	if (!ddev->uevent_suppress)
+	if (!dev_get_uevent_suppress(ddev))

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Ming Lei <tom.leiming@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-07-12 13:02:09 -07:00
..
2005-04-16 15:20:36 -07:00
2006-12-07 08:39:30 -08:00
2005-04-16 15:20:36 -07:00
2006-12-07 08:39:30 -08:00
2005-04-16 15:20:36 -07:00
2008-07-25 10:53:44 -07:00
2005-04-16 15:20:36 -07:00
2008-07-25 10:53:26 -07:00
2008-07-25 10:53:26 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-02-10 23:50:00 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00