mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSS
[pandora-kernel.git] / fs / ioprio.c
index 5e6dbe8..e50170c 100644 (file)
@@ -50,7 +50,7 @@ int set_task_ioprio(struct task_struct *task, int ioprio)
 
        ioc = get_task_io_context(task, GFP_ATOMIC, NUMA_NO_NODE);
        if (ioc) {
-               ioc_ioprio_changed(ioc, ioprio);
+               ioc->ioprio = ioprio;
                put_io_context(ioc);
        }