diff options
Diffstat (limited to 'fs/dax.c')
-rw-r--r-- | fs/dax.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ struct exceptional_entry_key { | |||
84 | }; | 84 | }; |
85 | 85 | ||
86 | struct wait_exceptional_entry_queue { | 86 | struct 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 | ||
111 | static int wake_exceptional_entry_func(wait_queue_t *wait, unsigned int mode, | 111 | static 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; |