aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dax.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dax.c')
-rw-r--r--fs/dax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dax.c b/fs/dax.c
index ab67ae30ccbf..8f70e3b59b91 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -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 */
130void dax_wake_mapping_entry_waiter(struct address_space *mapping, 130static 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;