type override
authorafl1 <afl2001@gmail.com>
Wed, 15 May 2019 21:06:50 +0000 (23:06 +0200)
committerNick Xie <nick@khadas.com>
Fri, 12 Jul 2019 05:36:49 +0000 (13:36 +0800)
fs/f2fs/trace.c

index cb69679..18f7c09 100644 (file)
@@ -73,7 +73,7 @@ retry:
                radix_tree_delete(&pids, pid);
 
        if (radix_tree_insert(&pids, pid, current)) {
-               spin_unlock(&pids_lock);
+               spin_unlock((spinlock_t *)&pids_lock);
                radix_tree_preload_end();
                cond_resched();
                goto retry;