diff options
| author | Serge E. Hallyn <serue@us.ibm.com> | 2006-06-25 08:48:59 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:20 -0400 |
| commit | c7b2eff059fcc2d1b7085ee3d84b79fd657a537b (patch) | |
| tree | 72d357c3975f27b5c8e5cfd77464e7823a9d6b1d /include/linux/loop.h | |
| parent | 2f72100c01dd31d769097c58874e8ab1e70b2518 (diff) | |
[PATCH] kthread: update loop.c to use kthread
Update loop.c to use a kthread instead of a deprecated kernel_thread for
loop devices.
[akpm@osdl.org: don't change the thread's name]
Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/loop.h')
| -rw-r--r-- | include/linux/loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h index e76c7611d6..bf3d2345ce 100644 --- a/include/linux/loop.h +++ b/include/linux/loop.h | |||
| @@ -59,7 +59,7 @@ struct loop_device { | |||
| 59 | struct bio *lo_bio; | 59 | struct bio *lo_bio; |
| 60 | struct bio *lo_biotail; | 60 | struct bio *lo_biotail; |
| 61 | int lo_state; | 61 | int lo_state; |
| 62 | struct completion lo_done; | 62 | struct task_struct *lo_thread; |
| 63 | struct completion lo_bh_done; | 63 | struct completion lo_bh_done; |
| 64 | struct mutex lo_ctl_mutex; | 64 | struct mutex lo_ctl_mutex; |
| 65 | int lo_pending; | 65 | int lo_pending; |
