diff options
Diffstat (limited to 'fs/dax.c')
-rw-r--r-- | fs/dax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ static int wake_exceptional_entry_func(wait_queue_entry_t *wait, unsigned int mo | |||
127 | * correct waitqueue where tasks might be waiting for that old 'entry' and | 127 | * correct waitqueue where tasks might be waiting for that old 'entry' and |
128 | * wake them. | 128 | * wake them. |
129 | */ | 129 | */ |
130 | void dax_wake_mapping_entry_waiter(struct address_space *mapping, | 130 | static void dax_wake_mapping_entry_waiter(struct address_space *mapping, |
131 | pgoff_t index, void *entry, bool wake_all) | 131 | pgoff_t index, void *entry, bool wake_all) |
132 | { | 132 | { |
133 | struct exceptional_entry_key key; | 133 | struct exceptional_entry_key key; |