kernel-hacking-2024-linux-s.../fs/nilfs2
Bart Van Assche 1420c4a549 fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Both submit_bh() and ll_rw_block() accept a request operation type and
request flags as their first two arguments. Micro-optimize these two
functions by combining these first two arguments into a single argument.
This patch does not change the behavior of any of the modified code.

Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Jan Kara <jack@suse.cz>
Acked-by: Song Liu <song@kernel.org> (for the md changes)
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-48-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-14 12:14:32 -06:00
..
alloc.c
alloc.h
bmap.c
bmap.h
btnode.c fs/buffer: Combine two submit_bh() and ll_rw_block() arguments 2022-07-14 12:14:32 -06:00
btnode.h nilfs2: fix lockdep warnings in page operations for btree nodes 2022-04-01 11:46:09 -07:00
btree.c nilfs2: fix lockdep warnings in page operations for btree nodes 2022-04-01 11:46:09 -07:00
btree.h
cpfile.c
cpfile.h
dat.c nilfs2: fix lockdep warnings during disk space reclamation 2022-04-01 11:46:09 -07:00
dat.h
dir.c
direct.c
direct.h
export.h
file.c
gcinode.c fs/buffer: Combine two submit_bh() and ll_rw_block() arguments 2022-07-14 12:14:32 -06:00
ifile.c
ifile.h
inode.c nilfs2: Fix some kernel-doc comments 2022-05-12 10:49:23 -04:00
ioctl.c block: add a bdev_discard_granularity helper 2022-04-17 19:49:59 -06:00
Kconfig
Makefile
mdt.c fs/buffer: Combine two submit_bh() and ll_rw_block() arguments 2022-07-14 12:14:32 -06:00
mdt.h nilfs2: fix lockdep warnings during disk space reclamation 2022-04-01 11:46:09 -07:00
namei.c
nilfs.h nilfs2: fix lockdep warnings during disk space reclamation 2022-04-01 11:46:09 -07:00
page.c nilfs2: get rid of nilfs_mapping_init() 2022-04-01 11:46:09 -07:00
page.h nilfs2: get rid of nilfs_mapping_init() 2022-04-01 11:46:09 -07:00
recovery.c fs: Remove aop flags parameter from block_write_begin() 2022-05-08 14:28:19 -04:00
segbuf.c Merge branch 'akpm' (patches from Andrew) 2022-03-22 16:11:53 -07:00
segbuf.h
segment.c nilfs2: fix lockdep warnings in page operations for btree nodes 2022-04-01 11:46:09 -07:00
segment.h
sufile.c block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD 2022-04-17 19:49:59 -06:00
sufile.h
super.c nilfs2: fix lockdep warnings in page operations for btree nodes 2022-04-01 11:46:09 -07:00
sysfs.c
sysfs.h
the_nilfs.c block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD 2022-04-17 19:49:59 -06:00
the_nilfs.h