diff options
Diffstat (limited to 'include/linux/page_ref.h')
| -rw-r--r-- | include/linux/page_ref.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/page_ref.h b/include/linux/page_ref.h index 2e677e6ad09f..d7c2d33baa7f 100644 --- a/include/linux/page_ref.h +++ b/include/linux/page_ref.h @@ -301,7 +301,7 @@ static inline bool folio_ref_try_add_rcu(struct folio *folio, int count)   *   * You can also use this function if you're holding a lock that prevents   * pages being frozen & removed; eg the i_pages lock for the page cache - * or the mmap_sem or page table lock for page tables.  In this case, + * or the mmap_lock or page table lock for page tables.  In this case,   * it will always succeed, and you could have used a plain folio_get(),   * but it's sometimes more convenient to have a common function called   * from both locked and RCU-protected contexts.  | 
