lkml.org 
[lkml]   [2020]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v38 16/24] x86/sgx: Add a page reclaimer
    > 	if (IS_ERR(va_page)) <- needed a new VA page, allocation failed
    > return PTR_ERR(va_page);
    > else if (va_page) <- needed a new VA page, allocation succeeded
    > list_add(&va_page->list, &encl->va_pages);
    > else
    > <- reused the current VA page

    /* else the tail page of the VA page list had free slots. */

    I added this comment as "the missing branch".

    /Jarkko

    \
     
     \ /
      Last update: 2020-09-23 17:25    [W:2.159 / U:0.572 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site