diff options
author | Heiko Carstens <[email protected]> | 2009-06-11 15:14:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2009-07-12 13:02:09 -0700 |
commit | f8c73c790c588fd70fda1632c8927a87b3d31dcd (patch) | |
tree | c50472e07f8e941cc6c31c5cb6532d6bb2f9cec3 /net/lapb/lapb_iface.c | |
parent | eb8d3c604fe7496323efb9a858bef84c489ca584 (diff) |
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 <[email protected]>
Acked-by: Ming Lei <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions