lkml.org 
[lkml]   [2022]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [v2 PATCH 5/7] mm: thp: kill transparent_hugepage_active()
    On Thu, Jun 02, 2022 at 11:21:57AM -0700, Yang Shi wrote:
    > diff --git a/include/linux/huge_mm.h b/include/linux/huge_mm.h
    > index 79d5919beb83..f315c70d5256 100644
    > --- a/include/linux/huge_mm.h
    > +++ b/include/linux/huge_mm.h
    > @@ -209,7 +209,9 @@ static inline bool file_thp_enabled(struct vm_area_struct *vma)
    > !inode_is_open_for_write(inode) && S_ISREG(inode->i_mode);
    > }
    >
    > -bool transparent_hugepage_active(struct vm_area_struct *vma);
    > +extern bool hugepage_vma_check(struct vm_area_struct *vma,

    Please remove the 'extern's. They add no value to function
    declarations.

    \
     
     \ /
      Last update: 2022-06-02 23:01    [W:2.169 / U:0.228 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site