Message ID | 20210428190314.1865312-1-vgoyal@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | dax: Fix missed wakeup in put_unlocked_entry() | expand |
On Wed, Apr 28, 2021 at 12:03 PM Vivek Goyal <vgoyal@redhat.com> wrote: > > Hi, > > This is V6. Only change since V5 is that I changed order of WAKE_NEXT > and WAKE_ALL in comments too. > > Vivek > > Vivek Goyal (3): > dax: Add an enum for specifying dax wakup mode > dax: Add a wakeup mode parameter to put_unlocked_entry() > dax: Wake up all waiters after invalidating dax entry Thanks Vivek, looks good.