]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/cachefiles/internal.h
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[mirror_ubuntu-bionic-kernel.git] / fs / cachefiles / internal.h
index 9bf90bcc56acd69c0e17cf96c9c91d16b498d552..54a4fcd679ede5a7113ff1f7d812b09a7feb1c4b 100644 (file)
@@ -97,7 +97,7 @@ struct cachefiles_cache {
  * backing file read tracking
  */
 struct cachefiles_one_read {
-       wait_queue_t                    monitor;        /* link into monitored waitqueue */
+       wait_queue_entry_t                      monitor;        /* link into monitored waitqueue */
        struct page                     *back_page;     /* backing file page we're waiting for */
        struct page                     *netfs_page;    /* netfs page we're going to fill */
        struct fscache_retrieval        *op;            /* retrieval op covering this */