diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
| commit | b690490d6d466972ade172ee2e7f6ffa49e7e910 (patch) | |
| tree | 50a93da28c9128e19eb7a3038aecf75dab6b36e1 /mm/page-writeback.c | |
| parent | f97ec5d75e9261a5da78dc28a8955b7cc0c4468b (diff) | |
| parent | 0f203948230720e849ad50d158adac1cd32c282f (diff) | |
Merge branch 'for-5.18/amd-sfh' into for-linus
- dead code elimination (Christophe JAILLET)
Diffstat (limited to 'mm/page-writeback.c')
| -rw-r--r-- | mm/page-writeback.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index a613f8ef6a02..91d163f8d36b 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -2496,7 +2496,11 @@ void folio_account_cleaned(struct folio *folio, struct address_space *mapping,   * If warn is true, then emit a warning if the folio is not uptodate and has   * not been truncated.   * - * The caller must hold lock_page_memcg(). + * The caller must hold lock_page_memcg().  Most callers have the folio + * locked.  A few have the folio blocked from truncation through other + * means (eg zap_page_range() has it mapped and is holding the page table + * lock).  This can also be called from mark_buffer_dirty(), which I + * cannot prove is always protected against truncate.   */  void __folio_mark_dirty(struct folio *folio, struct address_space *mapping,  			     int warn)  | 
