diff options
-rw-r--r-- | fs/dax.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -391,6 +391,7 @@ bool dax_lock_mapping_entry(struct page *page) | |||
391 | rcu_read_unlock(); | 391 | rcu_read_unlock(); |
392 | entry = get_unlocked_entry(&xas); | 392 | entry = get_unlocked_entry(&xas); |
393 | xas_unlock_irq(&xas); | 393 | xas_unlock_irq(&xas); |
394 | put_unlocked_entry(&xas, entry); | ||
394 | rcu_read_lock(); | 395 | rcu_read_lock(); |
395 | continue; | 396 | continue; |
396 | } | 397 | } |