linux/fs/hpfs
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
alloc.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
anode.c fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings 2025-09-08 16:28:38 +02:00
buffer.c hpfs: fix warning due to superfluous semicolon 2020-06-06 10:08:17 -07:00
dentry.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dir.c Coccinelle-based conversion to use ->i_state accessors 2025-10-20 20:22:26 +02:00
dnode.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
ea.c fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings 2025-09-08 16:28:38 +02:00
file.c fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings 2025-09-08 16:28:38 +02:00
hpfs.h fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings 2025-09-08 16:28:38 +02:00
hpfs_fn.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
inode.c Coccinelle-based conversion to use ->i_state accessors 2025-10-20 20:22:26 +02:00
Kconfig fs: add CONFIG_BUFFER_HEAD 2023-08-02 09:13:09 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
map.c fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings 2025-09-08 16:28:38 +02:00
name.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
namei.c fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink 2025-09-08 17:26:05 +02:00
super.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00