diff options
Diffstat (limited to 'fs/ioprio.c')
-rw-r--r-- | fs/ioprio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ioprio.c b/fs/ioprio.c index a7600401ecf7..06b5d97c5fdd 100644 --- a/fs/ioprio.c +++ b/fs/ioprio.c | |||
@@ -54,7 +54,6 @@ static int set_task_ioprio(struct task_struct *task, int ioprio) | |||
54 | break; | 54 | break; |
55 | } | 55 | } |
56 | task->io_context = ioc; | 56 | task->io_context = ioc; |
57 | ioc->task = task; | ||
58 | } while (1); | 57 | } while (1); |
59 | 58 | ||
60 | if (!err) { | 59 | if (!err) { |