X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fcachefiles%2Finternal.h;h=54a4fcd679ede5a7113ff1f7d812b09a7feb1c4b;hb=ac6424b981bce1c4bc55675c6ce11bfe1bbfa64f;hp=9bf90bcc56acd69c0e17cf96c9c91d16b498d552;hpb=9705596d08ac87c18aee32cc97f2783b7d14624e;p=mirror_ubuntu-bionic-kernel.git diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h index 9bf90bcc56ac..54a4fcd679ed 100644 --- a/fs/cachefiles/internal.h +++ b/fs/cachefiles/internal.h @@ -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 */