linux/fs/ocfs2/dlm
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
..
dlmapi.h ocfs2: miscellaneous spelling fixes 2025-01-12 20:21:07 -08:00
dlmast.c treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
dlmcommon.h ocfs2/dlm: use bitmap API instead of hand-writing it 2022-11-18 13:55:06 -08:00
dlmconvert.c treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
dlmconvert.h treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
dlmdebug.c ocfs2: use str_yes_no() and str_no_yes() helper functions 2025-01-24 22:47:28 -08:00
dlmdebug.h treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
dlmdomain.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dlmdomain.h treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
dlmlock.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
dlmmaster.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
dlmrecovery.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
dlmthread.c all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate 2022-01-15 08:47:31 -08:00
dlmunlock.c ocfs2: replace usage of found with dedicated list iterator variable 2022-04-29 14:37:57 -07:00
Makefile ocfs2: make local header paths relative to C files 2020-01-31 10:30:36 -08:00