Re: [willy-pagecache:for-next 60/69] fs/ntfs/aops.c:378:12: warning: stack frame size (2216) exceeds limit (1024) in 'ntfs_read_folio'

From: Matthew Wilcox
Date: Sat Apr 30 2022 - 17:40:50 EST


On Sat, Apr 30, 2022 at 01:11:43PM +0800, kernel test robot wrote:
> >> fs/ntfs/aops.c:378:12: warning: stack frame size (2216) exceeds limit (1024) in 'ntfs_read_folio' [-Wframe-larger-than]
> static int ntfs_read_folio(struct file *file, struct folio *folio)
> ^
> 1 warning generated.

Am I getting this warning because I changed the name of the function?
Or did I do something Bad?