diff options
| author | Paolo 'Blaisorblade' Giarrusso <[email protected]> | 2006-10-30 22:07:07 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-31 08:06:59 -0800 |
| commit | d7fb2c3865ca0f95d92e2864c3dc9220789d83f5 (patch) | |
| tree | ade46df79306ba0c5bea3449fe9a8ef66d25129b /include/linux | |
| parent | 5f75a4f887a35b99878fc07ed749a90375194b63 (diff) | |
[PATCH] uml ubd driver: change ubd_lock to be a mutex
This lock protects ubd setup and teardown, so is only used in process context;
beyond that, during such setup memory allocations must be performed and some
generic functions which can sleep must be called (such as add_disk()). So the
only correct solution is to make it a mutex instead of a spin_lock. No other
change is done - this lock must be acquired in different places but it's done
afterwards.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions