diff options
| author | David Brownell <[email protected]> | 2005-05-12 19:06:27 +0000 |
|---|---|---|
| committer | Greg KH <[email protected]> | 2005-05-17 21:54:55 +0000 |
| commit | 0b405a0f7e4d4d18fd1fe46ddf5ff465443036ab (patch) | |
| tree | 49d74df6eddfdd095c650e0af34cde7f4548a2d5 /net/unix/af_unix.c | |
| parent | [PATCH] Driver Core: pm diagnostics update, check for errors (diff) | |
| download | kernel-0b405a0f7e4d4d18fd1fe46ddf5ff465443036ab.tar.gz kernel-0b405a0f7e4d4d18fd1fe46ddf5ff465443036ab.zip | |
[PATCH] Driver Core: remove driver model detach_state
The driver model has a "detach_state" mechanism that:
- Has never been used by any in-kernel drive;
- Is superfluous, since driver remove() methods can do the same thing;
- Became buggy when the suspend() parameter changed semantics and type;
- Could self-deadlock when called from certain suspend contexts;
- Is effectively wasted documentation, object code, and headspace.
This removes that "detach_state" mechanism; net code shrink, as well
as a per-device saving in the driver model and sysfs.
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
