diff options
| author | Christoph Hellwig <hch@lst.de> | 2025-10-03 12:12:48 +0200 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2025-10-21 11:32:50 +0200 |
| commit | 0f41997b1b2b769b73415512d2afaae80630e4fe (patch) | |
| tree | 2409df5667bd0aa664832908468919208d0faa39 /tools/docs/parse-headers.py | |
| parent | ca3d643a970139f5456f90dd555a0955752d70cb (diff) | |
xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
With enough debug options enabled, struct xfs_mount is larger
than 4k and thus NOFAIL allocations won't work for it.
xfs_init_fs_context is early in the mount process, and if we really
are out of memory there we'd better give up ASAP anyway.
Fixes: 7b77b46a6137 ("xfs: use kmem functions for struct xfs_mount")
Reported-by: syzbot+359a67b608de1ef72f65@syzkaller.appspotmail.com
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions
