diff options
| author | Rafael J. Wysocki <[email protected]> | 2019-02-07 18:41:56 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-02-08 10:26:14 +0000 |
| commit | 70fb9a252317e04bd9af68ed89d4bf6caeb252e4 (patch) | |
| tree | 8e9024b062cd12f25a6785921e328933994f52bf /fs/kernfs/kernfs-internal.h | |
| parent | PM-runtime: Take suppliers into account in __pm_runtime_set_status() (diff) | |
| download | kernel-70fb9a252317e04bd9af68ed89d4bf6caeb252e4.tar.gz kernel-70fb9a252317e04bd9af68ed89d4bf6caeb252e4.zip | |
driver core: Document limitation related to DL_FLAG_RPM_ACTIVE
If device_link_add() is called twice in a row to create a stateless
device link for the same consumer-supplier pair without an attempt
to delete the link between these calls, and the second caller passes
DL_FLAG_RPM_ACTIVE to it in flags, calling either device_link_del()
or device_link_remove() immediately after that will leave the link's
supplier device with nonzero PM-runtime usage counter, which may
prevent the supplier from being runtime-suspended going forward
until the link is deleted by another invocation of device_link_del()
or device_link_remove() for it.
Even though this is confusing and may lead to subtle issues, trying
to avoid it in the framework also may cause problems to appear, so
document it as a known limitation.
Signed-off-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'fs/kernfs/kernfs-internal.h')
0 files changed, 0 insertions, 0 deletions
