summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dax.c')
-rw-r--r--fs/dax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/dax.c b/fs/dax.c
index 2a6889b3585f..323ea481d4a8 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -84,7 +84,7 @@ struct exceptional_entry_key {
84}; 84};
85 85
86struct wait_exceptional_entry_queue { 86struct wait_exceptional_entry_queue {
87 wait_queue_t wait; 87 wait_queue_entry_t wait;
88 struct exceptional_entry_key key; 88 struct exceptional_entry_key key;
89}; 89};
90 90
@@ -108,7 +108,7 @@ static wait_queue_head_t *dax_entry_waitqueue(struct address_space *mapping,
108 return wait_table + hash; 108 return wait_table + hash;
109} 109}
110 110
111static int wake_exceptional_entry_func(wait_queue_t *wait, unsigned int mode, 111static int wake_exceptional_entry_func(wait_queue_entry_t *wait, unsigned int mode,
112 int sync, void *keyp) 112 int sync, void *keyp)
113{ 113{
114 struct exceptional_entry_key *key = keyp; 114 struct exceptional_entry_key *key = keyp;