]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - fs/proc/base.c
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / fs / proc / base.c
index ca651ac00660889a86fcd5c27d4a29aa709d5a53..41d9dc789285ac776cb6d622e69490f8d8dd97a3 100644 (file)
@@ -1834,7 +1834,7 @@ bool proc_fill_cache(struct file *file, struct dir_context *ctx,
 
        child = d_hash_and_lookup(dir, &qname);
        if (!child) {
-               DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq);
+               DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(wq);
                child = d_alloc_parallel(dir, &qname, &wq);
                if (IS_ERR(child))
                        goto end_instantiate;